You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

305 lines
11 KiB

4 years ago
4 years ago
  1. # Please see http://i3wm.org/docs/userguide.html for a complete reference!
  2. set $mod Mod4
  3. set $alt Mod1
  4. exec --no-startup-id nitrogen --restore ~/Wallpapers
  5. # exec --no-startup-id compton -b
  6. exec --no-startup-id nm-applet
  7. exec --no-startup-id xss-lock -- i3lock-fancy
  8. exec --no-startup-id xset r rate 250 25
  9. exec --no-startup-id xset b off
  10. exec --no-startup-id setxkbmap -option caps:escape
  11. exec --no-startup-id nightshift -l 39.0315533:-94.4954291 -d
  12. # exec --no-startup-id setxkbmap -model apple_laptop -layout us -variant dvp
  13. exec --no-startup-id /home/joshfabean/.screenlayout/desktop-computer-dual.sh
  14. font pango:JetBrains Mono, FontAwesome 12
  15. bindsym $mod+F7 exec --no-startup-id xset r rate 250 25 && xset b off && setxkbmap -option caps:escape
  16. # Use Mouse+$mod to drag floating windows to their wanted position
  17. floating_modifier $mod
  18. # start a terminal
  19. bindsym $mod+Return exec --no-startup-id termite
  20. # kill focused window
  21. bindsym $mod+q kill
  22. # lock screen
  23. bindsym $mod+$alt+s exec i3lock-fancy
  24. # start dmenu (a program launcher)
  25. bindsym XF86LaunchA exec --no-startup-id rofi -show run
  26. bindcode 225 exec --no-startup-id rofi -show run
  27. bindsym $mod+F9 exec --no-startup-id rofi -show run
  28. #bindsym $mod+space exec --no-startup-id rofi -fullscreen -show run
  29. bindsym $mod+space exec --no-startup-id rofi -show run
  30. # screenshot
  31. bindsym $mod+Shift+Control+4 exec --no-startup-id deepin-screenshot
  32. # change focus
  33. bindsym $mod+j focus left
  34. bindsym $mod+k focus down
  35. bindsym $mod+l focus up
  36. bindsym $mod+semicolon focus right
  37. # alternatively, you can use the cursor keys:
  38. bindsym $mod+Left focus left
  39. bindsym $mod+Down focus down
  40. bindsym $mod+Up focus up
  41. bindsym $mod+Right focus right
  42. #change screen layout
  43. bindsym $mod+Shift+m exec --no-startup-id /home/joshfabean/.screenlayout/desktop-computer-dual.sh
  44. bindsym $mod+Shift+n exec --no-startup-id /home/joshfabean/.screenlayout/desktop-computer-single.sh
  45. # move focused window
  46. bindsym $mod+Shift+j move left
  47. bindsym $mod+Shift+k move down
  48. bindsym $mod+Shift+l move up
  49. bindsym $mod+Shift+semicolon move right
  50. # alternatively, you can use the cursor keys:
  51. bindsym $mod+Shift+Left move left
  52. bindsym $mod+Shift+Down move down
  53. bindsym $mod+Shift+Up move up
  54. bindsym $mod+Shift+Right move right
  55. # split in horizontal orientation
  56. bindsym $mod+h split h
  57. # split in vertical orientation
  58. bindsym $mod+v split v
  59. # enter fullscreen mode for the focused container
  60. bindsym $mod+d fullscreen
  61. bindsym $mod+$alt+f fullscreen
  62. # change container layout (stacked, tabbed, toggle split)
  63. bindsym $mod+s layout stacking
  64. bindsym $mod+t layout tabbed
  65. bindsym $mod+e layout toggle split
  66. # toggle tiling / floating
  67. bindsym $mod+Shift+space floating toggle
  68. # change focus between tiling / floating windows
  69. bindsym $mod+$alt+space focus mode_toggle
  70. # focus the parent container
  71. bindsym $mod+p focus parent
  72. # focus the child container
  73. bindsym $mod+c focus child
  74. set $workSpace1 "1: "
  75. set $workSpace2 "2: CK"
  76. set $workSpace3 "3: "
  77. set $workSpace4 "4: "
  78. # switch to workspace
  79. bindsym $mod+1 workspace $workSpace1
  80. bindsym $mod+2 workspace $workSpace2
  81. bindsym $mod+3 workspace $workSpace3
  82. bindsym $mod+4 workspace $workSpace4
  83. bindsym $mod+5 workspace 5: 
  84. bindsym $mod+6 workspace 6: 
  85. bindsym $mod+7 workspace 7: 
  86. bindsym $mod+8 workspace 8: 
  87. bindsym $mod+9 workspace 9: 
  88. bindsym $mod+0 workspace 10: 
  89. bindsym Mod1+Control+Right workspace next
  90. bindsym Mod1+Control+Left workspace prev
  91. workspace_auto_back_and_forth yes
  92. bindsym $mod+z workspace back_and_forth
  93. bindsym $mod+Shift+z move container to workspace back_and_forth
  94. # move focused container to workspace
  95. bindsym $mod+Shift+1 move container to workspace $workSpace1
  96. bindsym $mod+Shift+2 move container to workspace $workSpace2
  97. bindsym $mod+Shift+3 move container to workspace $workSpace3
  98. bindsym $mod+Shift+4 move container to workspace $workSpace4
  99. bindsym $mod+Shift+5 move container to workspace number 5: 
  100. bindsym $mod+Shift+6 move container to workspace number 6: 
  101. bindsym $mod+Shift+7 move container to workspace number 7: 
  102. bindsym $mod+Shift+8 move container to workspace number 8: 
  103. bindsym $mod+Shift+9 move container to workspace number 9: 
  104. bindsym $mod+Shift+0 move container to workspace number 10: 
  105. #Custom Keybindings
  106. bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10% #-steps 1
  107. bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10% #-steps 1
  108. bindsym $mod+f exec --no-startup-id termite -e ranger
  109. bindsym $mod+m move scratchpad
  110. bindsym $mod+n scratchpad show
  111. #Make sure these windows behave as they should
  112. for_window [class="^.*"] border pixel 2
  113. for_window [class="Cb-exit" instance="cb-exit"] floating enable
  114. for_window [class="Cb-exit" instance="cb-exit"] border none
  115. for_window [class="^Pavucontrol$"] floating enable
  116. for_window [instance="crx_gaedmjdfmmahhbjefcbgaolhhanlaolb"] floating enable
  117. for_window [class="Google-chrome" instance="crx_nckgahadagoaajjgafhacjanaoiihapd"] floating enable
  118. for_window [class="chrome_app_list"] floating enable
  119. for_window [class="Plexamp"] floating enable
  120. # https://github.com/ValveSoftware/steam-for-linux/issues/1040
  121. for_window [class="^Steam$" title="^Friends$"] floating enable
  122. for_window [class="^Steam$" title="Steam - News"] floating enable
  123. for_window [class="^Steam$" title=".* - Chat"] floating enable
  124. for_window [class="^Steam$" title="^Settings$"] floating enable
  125. for_window [class="^Steam$" title=".* - event started"] floating enable
  126. for_window [class="^Steam$" title=".* CD key"] floating enable
  127. for_window [class="^Steam$" title="^Steam - Self Updater$"] floating enable
  128. for_window [class="^Steam$" title="^Screenshot Uploader$"] floating enable
  129. for_window [class="^Steam$" title="^Steam Guard - Computer Authorization Required$"] floating enable
  130. for_window [title="^Steam Keyboard$"] floating enable
  131. assign [class="Slack"] $workSpace3
  132. assign [class="Plexamp"] $workSpace3
  133. #Hide border if 1 window
  134. hide_edge_borders both
  135. # reload the configuration file
  136. bindsym $mod+Shift+c reload
  137. # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
  138. bindsym $mod+Shift+r restart
  139. # exit i3 (logs you out of your X session)
  140. bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
  141. # resize window (you can also use the mouse for that)
  142. mode "resize" {
  143. # These bindings trigger as soon as you enter the resize mode
  144. # Pressing left will shrink the window’s width.
  145. # Pressing right will grow the window’s width.
  146. # Pressing up will shrink the window’s height.
  147. # Pressing down will grow the window’s height.
  148. bindsym j resize shrink width 10 px or 10 ppt
  149. bindsym k resize grow height 10 px or 10 ppt
  150. bindsym l resize shrink height 10 px or 10 ppt
  151. bindsym semicolon resize grow width 10 px or 10 ppt
  152. # same bindings, but for the arrow keys
  153. bindsym Left resize shrink width 10 px or 10 ppt
  154. bindsym Down resize grow height 10 px or 10 ppt
  155. bindsym Up resize shrink height 10 px or 10 ppt
  156. bindsym Right resize grow width 10 px or 10 ppt
  157. # back to normal: Enter or Escape
  158. bindsym Return mode "default"
  159. bindsym Escape mode "default"
  160. }
  161. bindsym $mod+r mode "resize"
  162. # Resize Containers, Vim-style ($mod+Control+[hjkl])
  163. bindsym $mod+Control+j resize grow height 5 px or 5 ppt
  164. bindsym $mod+Control+k resize shrink height 5 px or 5 ppt
  165. bindsym $mod+Control+l resize grow width 5 px or 5 ppt
  166. bindsym $mod+Control+h resize shrink width 5 px or 5 ppt
  167. bindsym $mod+Control+Up resize grow height 5 px or 5 ppt
  168. bindsym $mod+Control+Down resize shrink height 5 px or 5 ppt
  169. bindsym $mod+Control+Right resize grow width 5 px or 5 ppt
  170. bindsym $mod+Control+Left resize shrink width 5 px or 5 ppt
  171. # Start i3bar to display a workspace bar (plus the system information i3status
  172. # finds out, if available)
  173. bar {
  174. position top
  175. status_command i3blocks
  176. font pango:Liberation 10, FontAwesome 12
  177. # strip_workspace_numbers yes
  178. colors {
  179. separator #586e75
  180. background #0c1014
  181. statusline #aea79f
  182. focused_workspace #091f2e #091f2e #ffffff
  183. active_workspace #073642 #073642 #ffffff
  184. inactive_workspace #0c1014 #0c1014 #aea79f
  185. urgent_workspace #77216f #77216f #ffffff
  186. }
  187. }
  188. # class border backgr. text indicator
  189. client.focused #FFFFFF #BF360C #fdf6e3 #FF0000
  190. client.focused_inactive #073642 #FF9800 #93a1a1 #002b36
  191. client.unfocused #002b36 #311B92 #586e75 #002b36
  192. client.urgent #dc322f #b71c1c #fdf6e3 #dc322f
  193. # gaps
  194. gaps inner 15
  195. smart_gaps on
  196. set $mode_gaps Gaps: (o) outer, (i) inner
  197. set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
  198. set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global)
  199. bindsym $mod+Shift+g mode "$mode_gaps"
  200. bindsym $mod+g mode gaps inner 0
  201. mode "$mode_gaps" {
  202. bindsym o mode "$mode_gaps_outer"
  203. bindsym i mode "$mode_gaps_inner"
  204. bindsym Return mode "default"
  205. bindsym Escape mode "default"
  206. }
  207. mode "$mode_gaps_inner" {
  208. bindsym plus gaps inner current plus 5
  209. bindsym minus gaps inner current minus 5
  210. bindsym 0 gaps inner current set 0
  211. bindsym Shift+plus gaps inner all plus 5
  212. bindsym Shift+minus gaps inner all minus 5
  213. bindsym Shift+0 gaps inner all set 0
  214. bindsym Return mode "default"
  215. bindsym Escape mode "default"
  216. }
  217. mode "$mode_gaps_outer" {
  218. bindsym plus gaps outer current plus 5
  219. bindsym minus gaps outer current minus 5
  220. bindsym 0 gaps outer current set 0
  221. bindsym Shift+plus gaps outer all plus 5
  222. bindsym Shift+minus gaps outer all minus 5
  223. bindsym Shift+0 gaps outer all set 0
  224. bindsym Return mode "default"
  225. bindsym Escape mode "default"
  226. }
  227. bindsym Control+k exec --no-startup-id echo "core.weechat */buffer_dmenu" >> $(find ~/.weechat -type p)
  228. # exec --no-startup-id xfce4-volumed-pulse
  229. # exec --no-startup-id pasystray
  230. exec --no-startup-id pcmanfm -d
  231. # exec --no-startup-id rescuetime
  232. exec --no-startup-id blueman-applet
  233. exec --no-startup-id dunst
  234. bindsym XF86AudioLowerVolume exec --no-startup-id "pulseaudio-ctl down ; pkill -RTMIN+1 i3blocks"
  235. bindsym XF86AudioRaiseVolume exec --no-startup-id "pulseaudio-ctl up ; pkill -RTMIN+1 i3blocks"
  236. bindsym XF86AudioMute exec --no-startup-id "pulseaudio-ctl mute ; pkill -RTMIN+1 i3blocks"
  237. # bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
  238. # bindsym XF86AudioPause exec --no-startup-id playerctl play-pause
  239. # bindsym XF86AudioPlayPause exec --no-startup-id playerctl play-pause
  240. bindsym $mod1+Shift+p exec --no-startup-id echo "cycle pause" > ~/.config/mpv/control
  241. # Chrome special flags and others set in /etc/profiles.d/variables.sh like the following: --touch-devices=2 --force-device-scale-factor=2
  242. #
  243. #exec --nostartup-id compton -b