Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (p) poweroff
  2. mode "$mode_system" {
  3. #bindsym l exec --no-startup-id system-lock.sh ~/Pictures/wallpaper/4k/2.png, mode "default"
  4. bindsym l exec --no-startup-id xlock -m, mode "default"
  5. bindsym e exec --no-startup-id i3-msg exit, mode "default"
  6. bindsym s exec --no-startup-id "xlock -b -m; system-suspend", mode "default"
  7. bindsym h exec --no-startup-id "xlock -b -m; system-hibernate", mode "default"
  8. bindsym r exec --no-startup-id system-reboot, mode "default"
  9. bindsym p exec --no-startup-id system-shutdown, mode "default"
  10.  
  11. # back to normal: Enter or Escape
  12. bindsym Return mode "default"
  13. bindsym Escape mode "default"
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement