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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

378 lines
12KB

  1. {{ ansible_managed | comment }}
  2. # i3 config file (v4)
  3. #
  4. # Please see http://i3wm.org/docs/userguide.html for a complete reference!
  5. {% set workspace_switcher = "exec fish -c \"i3-msg workspace (i3-msg -t get_workspaces | jq --raw-output '.[]|select(.num == -1).name' | rofi -dmenu -p workspace )\"" %}
  6. {% set on_focus_workspace = "exec --no-startup-id ~/bin/on-focus-workspace" %}
  7. ### Font
  8. font {{i3_font}}
  9. ### Modifier Key
  10. set $mod Mod4
  11. set $plexmod Mod3
  12. # Use Mouse+$mod to drag floating windows to their wanted position
  13. floating_modifier $mod
  14. ### default/local mode
  15. ## special keys
  16. bindsym XF86Sleep exec {{i3_exec_command_prefix}} {{lockscreen_lock_command}}
  17. bindsym XF86Mail exec {{i3_exec_command_prefix}} {{mail_command}}
  18. bindsym XF86HomePage exec {{i3_exec_command_prefix}} {{default_browser}}
  19. bindsym XF86Calculator exec {{i3_exec_command_prefix}} {{calculator_command}}
  20. ## Special modes
  21. bindsym $mod+t mode timer
  22. bindsym $mod+s mode session
  23. bindsym $mod+c mode clipboard
  24. bindcode $mod+49 mode "remote"
  25. ## Activity
  26. bindsym $mod+less exec {{i3_exec_command_prefix}} "~/bin/timer select_activity"
  27. ## Applications
  28. bindsym $mod+Return exec {{i3_exec_command_prefix}} "{{default_terminal}}"
  29. bindsym $mod+b exec {{i3_exec_command_prefix}} "{{default_browser}}"
  30. bindsym $mod+d exec {{i3_exec_command_prefix}} rofi -show drun -show-icons
  31. bindsym $mod+e exec {{i3_exec_command_prefix}} rofi -show run
  32. bindsym $mod+a mode "apps"
  33. bindsym $mod+space exec {{i3_exec_command_prefix}} "~/bin/on-space-shortcut"
  34. ## Workspaces
  35. bindsym $mod+w {{workspace_switcher}}
  36. {% for ws in i3_number_workspace_keymaps %}
  37. bindsym $mod+{{ws.keysym}} workspace "{{ws.workspace}}"
  38. {% endfor %}
  39. # focus workspace
  40. bindsym $mod+Prior workspace next
  41. bindsym $mod+Next workspace prev
  42. bindsym $mod+ssharp scratchpad show
  43. bindsym $mod+g sticky toggle
  44. ## Layout
  45. bindsym $mod+y mode "layout"
  46. bindsym $mod+h split h
  47. bindsym $mod+v split v
  48. ## Focus
  49. bindsym $mod+Left focus left
  50. bindsym $mod+Down focus down
  51. bindsym $mod+Up focus up
  52. bindsym $mod+Right focus right
  53. bindsym $mod+p focus parent
  54. # change focus between tiling / floating windows
  55. bindsym $mod+Tab focus mode_toggle
  56. ## Move
  57. # move window
  58. bindsym $mod+Control+w exec fish -c "i3-msg move container to workspace (i3-msg -t get_workspaces | jq --raw-output '.[]|select(.num == -1).name' | rofi -dmenu -p 'move to workspace' )"; mode "default"
  59. bindsym $mod+Control+Left move left
  60. bindsym $mod+Control+Down move down
  61. bindsym $mod+Control+Up move up
  62. bindsym $mod+Control+Right move right
  63. bindsym $mod+Control+Tab floating toggle
  64. {% for ws in i3_number_workspace_keymaps %}
  65. bindsym $mod+Control+{{ws.keysym}} move container to workspace "{{ws.workspace}}"; mode "default"
  66. {% endfor %}
  67. # move workspace
  68. bindsym $mod+Shift+Left move workspace to output left
  69. bindsym $mod+Shift+Down move workspace to output down
  70. bindsym $mod+Shift+Up move workspace to output up
  71. bindsym $mod+Shift+Right move workspace to output right
  72. bindsym $mod+Shift+O exec fish -c "i3-msg move workspace to output ( i3-msg -t get_outputs | jq --raw-output '.[]|select(.active == true).name' | rofi -dmenu -p 'move workspace to output' )"; mode "default"
  73. bindsym $mod+Shift+P move workspace to output primary; mode "default"
  74. ## Window
  75. # The middle button over a titlebar kills the window
  76. bindsym --release button2 kill
  77. # The middle button and a modifer over any part of the window kills the window
  78. bindsym --whole-window $mod+button2 kill
  79. bindsym $mod+BackSpace kill
  80. bindsym $mod+q kill
  81. bindsym $mod+f fullscreen
  82. bindsym $mod+r mode resize
  83. bindsym $mod+x exec {{i3_exec_command_prefix}} xkill
  84. # points
  85. bindsym $mod+minus exec {{points_down_command}}
  86. bindsym $mod+plus exec {{points_up_command}}
  87. bindsym $mod+KP_Subtract exec {{points_down_command}}
  88. bindsym $mod+KP_Add exec {{points_up_command}}
  89. # free keys
  90. # $mod+i
  91. # $mod+j
  92. # $mod+k
  93. # $mod+l
  94. # $mod+n
  95. # $mod+m
  96. # $mod+o
  97. # $mod+u
  98. # $mod+adiaeresis
  99. # $mod+odiaeresis
  100. # $mod+udiaeresis
  101. # $mod+comma
  102. # $mod+period
  103. # $mod+numbersign
  104. # $mod+Home
  105. # $mod+End
  106. # $mod+Pause
  107. # $mod+Delete
  108. # $mod+Insert
  109. # $mod+Print
  110. # $mod+Scroll_Lock
  111. ## stuff that is available in default and remote mode
  112. {% macro overall() %}
  113. {% if home_profile == "desktop" %}
  114. bindsym $plexmod+space exec {{i3_exec_command_prefix}} ~/bin/on-space-shortcut
  115. bindsym $plexmod+BackSpace kill
  116. bindsym $plexmod+Tab {{workspace_switcher}}
  117. {% for ws in i3_number_workspace_keymaps %}
  118. bindsym $plexmod+{{ws.keysym}} workspace "{{ws.workspace}}"
  119. {% endfor %}
  120. {% for ws in i3_letter_workspace_keymaps %}
  121. bindsym $plexmod+{{ws.keysym}} workspace "{{ws.workspace}}"
  122. {% endfor %}
  123. # focus workspace
  124. bindsym $plexmod+Prior workspace next
  125. bindsym $plexmod+Next workspace prev
  126. {% endif %}
  127. # focus output
  128. bindsym $plexmod+Shift+p focus output primary
  129. bindsym $plexmod+Shift+o exec fish -c "i3-msg focus output ( i3-msg -t get_outputs | jq --raw-output '.[]|select(.active == true).name' | rofi -dmenu -p 'focus output' )"
  130. bindsym $plexmod+Left focus output left
  131. bindsym $plexmod+Down focus output down
  132. bindsym $plexmod+Up focus output up
  133. bindsym $plexmod+Right focus output right
  134. # Special modes
  135. bindcode $plexmod+49 mode "session"
  136. # activity
  137. bindsym $plexmod+less exec "{{i3_exec_command_prefix}} ~/bin/timer select_activity"
  138. {% endmacro %}
  139. {{ overall() }}
  140. ### remote mode
  141. mode "remote" {
  142. bindcode $mod+9 mode "default"
  143. bindsym XF86Sleep exec {{lockscreen_lock_command}}
  144. # The middle button over a titlebar kills the window
  145. bindsym --release button2 kill
  146. {{ overall() }}
  147. }
  148. ### Applications mode
  149. mode "apps" {
  150. {% for a in application_shortcuts | dict2items %}
  151. bindsym {{a.key}} exec {{i3_exec_command_prefix}} {{a.value}}; mode "default"
  152. {% endfor %}
  153. bindsym Escape mode "default"
  154. }
  155. ### Session
  156. mode "session" {
  157. bindsym q exit
  158. bindsym r reload; exec --no-startup-id ~/.xsession.reload.fish; mode "default"; {{on_focus_workspace}}
  159. bindsym R reload; exec --no-startup-id ~/.xsession.reload.fish; mode "default"; {{on_focus_workspace}}
  160. bindsym s exec --no-startup-id {{system_suspend_command}}; mode "default"; {{on_focus_workspace}}
  161. bindsym l exec --no-startup-id {{lockscreen_lock_command}}; mode "default"; {{on_focus_workspace}}
  162. bindcode 49 exec --no-startup-id {{lockscreen_lock_command}}; mode "default"; {{on_focus_workspace}}
  163. bindsym b exec --no-startup-id xsetroot -solid black; mode "default"; {{on_focus_workspace}}
  164. bindsym e exec --no-startup-id systemctl --user start lockscreen.service; mode "default"; {{on_focus_workspace}}
  165. bindsym d exec --no-startup-id systemctl --user stop lockscreen.service; mode "default"; {{on_focus_workspace}}
  166. bindsym Shift+R exec --no-startup-id {{system_reboot_command}}; mode "default"; {{on_focus_workspace}}
  167. bindsym Shift+P exec --no-startup-id {{system_poweroff_command}}; mode "default"; {{on_focus_workspace}}
  168. # back to normal: Escape
  169. bindsym Escape mode "default"; {{on_focus_workspace}}
  170. }
  171. ### Timer
  172. mode "timer" {
  173. bindsym a exec "{{i3_exec_command_prefix}} ~/bin/timer select_activity"; mode "default"; {{on_focus_workspace}}
  174. bindsym e exec "{{i3_exec_command_prefix}} ~/bin/timer end_activity"; mode "default"; {{on_focus_workspace}}
  175. bindsym u exec "{{i3_exec_command_prefix}} ~/bin/timer uniklinik"; mode "default"; {{on_focus_workspace}}
  176. # back to normal: Escape
  177. bindsym Escape mode "default"; {{on_focus_workspace}}
  178. }
  179. ### Clipboard
  180. mode "clipboard" {
  181. # back to normal: Escape
  182. bindsym Escape mode "default"
  183. }
  184. ### Layout
  185. # set default layout to tabbed
  186. workspace_layout tabbed
  187. mode "layout" {
  188. bindsym s layout stacking; mode "default";
  189. bindsym t layout tabbed; mode "default";
  190. bindsym e layout toggle split; mode "default";
  191. bindsym h layout splith; mode "default"
  192. bindsym v layout splitv; mode "default"
  193. bindsym m exec --no-startup-id ~/bin/select-screenlayout; {{on_focus_workspace}}
  194. bindsym b mode bar
  195. # back to normal: Escape
  196. bindsym Escape mode "default"
  197. }
  198. mode "bar" {
  199. bindsym h bar mode hide; mode "default"
  200. bindsym d bar mode dock; mode "default"
  201. # back to normal: Escape
  202. bindsym Escape mode "default"
  203. }
  204. ### Resize window mode
  205. # resize window (you can also use the mouse for that)
  206. mode "resize" {
  207. # These bindings trigger as soon as you enter the resize mode
  208. # Pressing left will shrink the window’s width.
  209. bindsym Left resize shrink width 10 px or 10 ppt
  210. bindsym $left resize shrink width 10 px or 10 ppt
  211. # Pressing down will grow the window’s height.
  212. bindsym Down resize grow height 10 px or 10 ppt
  213. bindsym $down resize grow height 10 px or 10 ppt
  214. # Pressing up will shrink the window’s height.
  215. bindsym Up resize shrink height 10 px or 10 ppt
  216. bindsym $up resize shrink height 10 px or 10 ppt
  217. # Pressing right will grow the window’s width.
  218. bindsym Right resize grow width 10 px or 10 ppt
  219. bindsym $right resize grow width 10 px or 10 ppt
  220. bindsym 1 resize set 10 ppt 10 ppt; mode "default"
  221. bindsym 2 resize set 20 ppt 20 ppt; mode "default"
  222. bindsym 3 resize set 30 ppt 30 ppt; mode "default"
  223. bindsym 4 resize set 40 ppt 40 ppt; mode "default"
  224. bindsym 5 resize set 50 ppt 50 ppt; mode "default"
  225. bindsym 6 resize set 60 ppt 60 ppt; mode "default"
  226. bindsym 7 resize set 70 ppt 70 ppt; mode "default"
  227. bindsym 8 resize set 80 ppt 80 ppt; mode "default"
  228. bindsym 9 resize set 90 ppt 90 ppt; mode "default"
  229. bindsym 0 resize set 100 ppt 100 ppt; mode "default"
  230. bindsym v resize set 640 480; mode "default"
  231. bindsym y resize set 870 628; mode "default"
  232. # back to normal: Escape
  233. bindsym Escape mode "default"
  234. }
  235. ### Bar
  236. bar {
  237. {% if i3_hide_bar %}
  238. mode invisible
  239. hidden_state hide
  240. {% endif %}
  241. position top
  242. strip_workspace_numbers yes
  243. tray_output primary
  244. status_command i3blocks
  245. colors {
  246. background #000000
  247. statusline #ffffff
  248. separator #666666
  249. # <colorclass> <border> <background> <text>
  250. focused_workspace {{home_base_color_hue|hsv2rgb(50,60)}} {{home_base_color_hue|hsv2rgb(66,47)}} #ffffff
  251. active_workspace #333333 #696969 #ffffff
  252. inactive_workspace #333333 #222222 #888888
  253. urgent_workspace #2f343a #900000 #ffffff
  254. binding_mode #2f343a #900000 #ffffff
  255. }
  256. }
  257. ### Design
  258. # class border backgr. text indicator child_border
  259. client.focused {{home_base_color_hue|hsv2rgb(50,60)}} {{home_base_color_hue|hsv2rgb(66,47)}} #ffffff {{home_base_color_hue|hsv2rgb(81,91)}} {{home_base_color_hue|hsv2rgb(66,47)}}
  260. client.focused_inactive #333333 #6A6A6A #ffffff #505050 #6A6A6A
  261. client.unfocused #333333 #222222 #888888 #2E2E2E #222222
  262. client.urgent #2f343a #900000 #ffffff #900000 #900000
  263. client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
  264. client.background #ffffff
  265. {% if not i3_hide_border_one_window %}
  266. default_border normal
  267. hide_edge_borders both
  268. {% else %}
  269. default_border none
  270. hide_edge_borders smart
  271. {% endif %}
  272. default_floating_border normal
  273. ### general settings
  274. focus_on_window_activation urgent
  275. ### Application specific rule
  276. for_window [class="^(?:Tiger)?V[Nn][Cc] ?[Vv]iewer$"] border none
  277. for_window [window_role="^About$"] floating enable
  278. for_window [class="^Pavu"] floating enable
  279. for_window [class="^Paman$"] floating enable
  280. for_window [class="^Blueman"] floating enable
  281. for_window [class="^URxvt$" title="^tmux-workspace$"] border none
  282. ### assign apps to workspaces
  283. assign [class="^netzdrive$"] → netzdrive
  284. assign [class="^TelegramDesktop$"] → tg
  285. assign [class="^Signal$"] → signal
  286. assign [class="^Element$"] → matrix
  287. assign [class="^thunderbird$"] → mail
  288. # vncviewer workspaces
  289. {% for workspace in workspaces|dict2items|json_query("[?value.type=='vncviewer'].key") %}
  290. {% set ws = workspaces[workspace] %}
  291. assign [class="^(?:Tiger)?V[Nn][Cc] ?[Vv]iewer$" title="^{{ws.host}}:{{ws.display|default(home_vncserver_display_number)}}"] → {{workspace}}
  292. {% endfor %}
  293. # Autostart
  294. exec --no-startup-id "~/bin/i3-watchers"