diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-12-05 21:11:57 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-12-05 21:11:57 +0100 |
commit | 985408596a8ae67b8304595f84e160c02e492dd8 (patch) | |
tree | c09da289e8acdce84cf4e15a957d66098ba965f1 | |
parent | f58a2a67a7fd757c2de90cdbc326719dd199f740 (diff) |
switched to light-locker from dm-tool (unsafe)
-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 |