diff options
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/i3/config b/.config/i3/config index fe1f3a4..ab97354 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -191,7 +191,7 @@ bindsym $mod+r mode "resize" for_window [class="^.*"] border pixel 0 bar { - status_command i3blocks + status_command py3status -c ~/.config/i3/i3status.conf position top colors { @@ -204,8 +204,7 @@ bar { } } -exec --no-startup-id xset s 120 -exec --no-startup-id xss-lock -l -n dim-screen.sh i3lock-wrapper & +exec --no-startup-id xss-lock -l i3lock-wrapper & exec --no-startup-id compton -b exec --no-startup-id touchpad-enable-tap exec --no-startup-id nitrogen --restore |