04_bindings.config 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. ### 04 Bindings
  2. ##Begin Quick-Key
  3. bindsym $mod+Return exec "xterm"
  4. bindsym $mod+d exec --no-startup-id "j4-dmenu-desktop --dmenu='dmenu -i -b'"
  5. bindsym $mod+Shift+q kill
  6. bindsym $mod+XF86Sleep exec "i3lock && sudo systemctl suspend"; reload
  7. bindsym $mod+Shift+XF86Sleep exec 'checkHibernate.sh'; reload
  8. # bindsym XF86Search
  9. bindsym XF86Go exec $BROWSER #internet button
  10. bindsym Shift+XF86Go exec "chromium --incognito"
  11. # bindcode 221 #info button
  12. bindsym XF86Mail exec thunderbird
  13. bindsym XF86Eject mode "mount"
  14. bindsym Shift+XF86Eject mode "eject"
  15. bindsym XF86AudioPrev exec "mpc prev"
  16. bindsym XF86AudioPlay exec "mpc toggle"
  17. bindsym XF86AudioNext exec "mpc next"
  18. bindsym Shift+XF86AudioPrev exec "mpc seek -00:01"
  19. bindsym Shift+XF86AudioNext exec "mpc seek +00:01"
  20. bindsym XF86AudioStop exec "mpc stop"
  21. bindsym XF86AudioLowerVolume exec "amixer sset Master 5%-"
  22. bindsym XF86AudioRaiseVolume exec "amixer sset Master 5%+"
  23. bindsym Shift+XF86AudioLowerVolume exec "amixer sset Master 2%-"
  24. bindsym Shift+XF86AudioRaiseVolume exec "amixer sset Master 2%+"
  25. bindsym $alt+Shift+XF86AudioLowerVolume exec "mpc volume -2"
  26. bindsym $alt+Shift+XF86AudioRaiseVolume exec "mpc volume +2"
  27. bindsym $alt+XF86AudioLowerVolume exec "mpc volume -5"
  28. bindsym $alt+XF86AudioRaiseVolume exec "mpc volume +5"
  29. bindsym XF86AudioMute exec "amixer sset Master toggle"
  30. bindsym F12 exec "scrot -s ~/screenshot.png"
  31. bindsym Shift+F12 exec "scrot -s ~/x.png && xclip ~/x.png && rm ~/x.png"
  32. ##End Quick-Key