light-locker must be started after the dbus-session
is already running. This can be guaranteed when i3 is
running
cat ~/.ratpoisonrc.base ~/.ratpoisonrc.$HOSTNAME > ~/.ratpoisonrc
-# run xcreensaver
-if [ -x $(which xscreensaver) ]; then
- xscreensaver&
-fi
-
# configure i3
if [ -f ~/.config/i3/config.base ]; then
bindsym Escape mode "default"
- bindsym $mod+l mode "default" exec "i3lock -i ~/Pictures/lockscreen.png"
+ bindsym $mod+l mode "default" exec "light-locker-command -l"
}
focus_on_window_activation urgent
for_window [class="^rdesktop"] move workspace number 9; floating disable
+
+exec light-locker&