Advertisement
umi2002

i3

Mar 29th, 2023
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #Keybinds to exit i3
  2. mode "exit: [l]ogout, [r]eboot, [s]hutdown" {
  3.  
  4. bindsym l exec i3-msg exit
  5.  
  6. bindsym r exec systemctl reboot
  7.  
  8. bindsym s exec systemctl hibernate
  9.  
  10. bindsym Escape mode "default"
  11.  
  12. bindsym Return mode "default"
  13.  
  14. }
  15.  
  16. bindsym $mod+x mode "exit: [l]ogout, [r]eboot, [s]hutdown"
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement