mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
21 lines
485 B
Markdown
21 lines
485 B
Markdown
# Qtile config
|
|
|
|

|
|
------------------------------
|
|
|
|
### Install
|
|
-----------
|
|
~~~shell
|
|
sudo pacman -S qtile alacritty
|
|
yay -S xkblayout
|
|
~~~
|
|
|
|
### Autostart
|
|
-------------
|
|
~~~bash
|
|
xautolock -time 5 -locker "betterlockscreen --off 300 -t \"Computer is lockerd\" -l" &
|
|
setxkbmap "us,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps" &
|
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
|
nitrogen --restore &
|
|
picom --experimental-backends -b &
|
|
~~~~
|