diff options
-rw-r--r-- | .config/i3/autostart | 3 | ||||
-rw-r--r-- | .config/xbindkeys/main | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/i3/autostart b/.config/i3/autostart index 39eb6e8..01d6907 100644 --- a/.config/i3/autostart +++ b/.config/i3/autostart @@ -1,8 +1,9 @@ #!/bin/sh /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & +light-locker & xrdb /home/loek/.config/X11/Xresources & polybar main -c ~/.config/polybar/config & -node ~/.local/share/bin/pywal/wall.js & +feh --bg-fill -z ~/.local/walls & picom -b xbanish & redshift & diff --git a/.config/xbindkeys/main b/.config/xbindkeys/main index 07207f4..bf2c66c 100644 --- a/.config/xbindkeys/main +++ b/.config/xbindkeys/main @@ -1,4 +1,4 @@ -"dm-tool lock" +"light-locker-command -l" Mod4 + Escape "polybar-msg cmd toggle" Mod4 + b |