diff options
author | Raul Benencia <rul@kalgan.cc> | 2020-01-09 08:22:46 -0800 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2020-01-09 08:23:17 -0800 |
commit | fa503445b8d00c537a9b2d59e977f04757d6a5aa (patch) | |
tree | 7e15af431a03d447fdc50629bdf6681e4b4392dc /.config/i3 | |
parent | 78a07dd0e3fe45ed1ef41b48f90b885d24873733 (diff) |
py3status on i3 conf
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 |