all repos

dotfiles @ 73ebbfbe50e81802ef9b78203672b87f1b5383ef

my dotfiles

config/qtile/README.md (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Qtile config

![qtile screenhot](screen.png)
------------------------------

### 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 &
~~~~