Guest User

Untitled

a guest
Nov 27th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. # | main
  2. set $mod Mod1
  3. font pango:hack 8
  4.  
  5. set $refresh_i3status killall -SIGUSR1 i3status
  6.  
  7. exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
  8. exec --no-startup-id nm-applet
  9.  
  10. # | keybindings
  11. bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
  12. bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
  13. bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
  14. bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
  15.  
  16. bindsym $mod+Ctrl+t exec gnome-terminal
  17.  
  18. bindsym $mod+Shift+q kill
  19.  
  20. bindsym $mod+d exec dmenu_run
  21.  
  22. bindsym $mod+Left focus left
  23. bindsym $mod+Down focus down
  24. bindsym $mod+Up focus up
  25. bindsym $mod+Right focus right
  26.  
  27. bindsym $mod+Shift+Left move left
  28. bindsym $mod+Shift+Down move down
  29. bindsym $mod+Shift+Up move up
  30. bindsym $mod+Shift+Right move right
  31.  
  32. bindsym $mod+f fullscreen toggle
  33.  
  34. bindsym $mod+s layout stacking
  35. bindsym $mod+w layout tabbed
  36. bindsym $mod+e layout toggle split
  37.  
  38. bindsym $mod+Shift+space floating toggle
  39.  
  40. bindsym $mod+space focus mode_toggle
  41. bindsym $mod+Shift+r restart
  42. bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Do you want to quit?' -B 'Yes' 'i3-msg exit'"
  43.  
  44. # | bar
  45. bar {
  46. }
  47.  
  48. # | setup screens and all papers
  49. exec_always "./.screenlayout/applylayout.sh"
  50. exec_always "feh --randomize --bg-fill ~/.wallpaper/anime"
Advertisement
Add Comment
Please, Sign In to add comment