- Replaced screen locker with i3-fancy-look
This commit is contained in:
parent
51acba0d4d
commit
98b388682f
1 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ client.unfocused #888888 #2b2b2b #ffffff #2b2b2b
|
||||||
client.urgent #900000 #900000 #ffffff #2b2b2b
|
client.urgent #900000 #900000 #ffffff #2b2b2b
|
||||||
|
|
||||||
#exec --no-startup-id i3-msg 'exec xcompmgr -c -f -n &'
|
#exec --no-startup-id i3-msg 'exec xcompmgr -c -f -n &'
|
||||||
exec --no-startup-id i3-msg 'exec xscreensaver -no-splash &'
|
exec --no-startup-id i3-msg 'exec xautolock -time 5 -locker ~/Bin/lock.sh -detectsleep &'
|
||||||
exec --no-startup-id i3-msg 'exec blueman-applet &'
|
exec --no-startup-id i3-msg 'exec blueman-applet &'
|
||||||
exec --no-startup-id i3-msg 'exec pasystray &'
|
exec --no-startup-id i3-msg 'exec pasystray &'
|
||||||
exec --no-startup-id i3-msg 'exec nm-applet &'
|
exec --no-startup-id i3-msg 'exec nm-applet &'
|
||||||
|
@ -195,7 +195,7 @@ exec --no-startup-id feh --bg-fill `tail -n 1 .fluxbox/lastwallpaper|cut -d'|' -
|
||||||
workspace_layout tabbed
|
workspace_layout tabbed
|
||||||
|
|
||||||
# Screen lock
|
# Screen lock
|
||||||
bindsym $mod+l exec "xscreensaver-command -lock"
|
bindsym $mod+l exec "~/Bin/lock.sh"
|
||||||
|
|
||||||
# Open term
|
# Open term
|
||||||
bindsym $mod+x exec urxvt
|
bindsym $mod+x exec urxvt
|
||||||
|
|
Loading…
Reference in a new issue