config 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  1. ###############################################################################
  2. # i3-gaps config file for the Regolith Desktop Environment
  3. #
  4. # Please see http://i3wm.org/docs/userguide.html for a complete reference!
  5. #
  6. ###############################################################################
  7. #
  8. # In this config file many values are taken from Xresources with the directive
  9. # set_from_resource:
  10. #
  11. # set_from_resource <i3 variable name> <Xresources key> <default value>
  12. #
  13. # This configuration file utilizes Xresource variables to change configuration
  14. # without having to make a copy of this config file.
  15. # The benefit to not copying this file is easier upgrades in the future.
  16. # To update a value in this config without making a copy, update the Xresource
  17. # value in the file ~/.config/regolith/Xresources.
  18. #
  19. # For example, to change the bar position to the top of the screen this is the
  20. # i3 config entry in this file:
  21. # set_from_resource $i3-wm.bar.position i3-wm.bar.position bottom
  22. #
  23. # So add this line to ~/.config/regolith/Xresources to change it's value:
  24. # i3-wm.bar.position: top
  25. #
  26. # Reload i3 after making Xresource changes. Learn more at
  27. # https://regolith-linux.org/docs/howto/override-xres/
  28. #
  29. ###############################################################################
  30. #
  31. # This file uses a machine-parsable format for comments. The schema is:
  32. # ## <Category> // <Action> // <Keybinding> ##
  33. # Learn more at https://github.com/regolith-linux/remontoire
  34. #
  35. ###############################################################################
  36. ###############################################################################
  37. # Key Mappings
  38. ###############################################################################
  39. # Meta Key - Alt key is Mod1, and Windows key is Mod4
  40. set_from_resource $mod i3-wm.mod Mod4
  41. set_from_resource $alt i3-wm.alt Mod1
  42. set_from_resource $i3-wm.binding. i3-wm.binding.
  43. ###############################################################################
  44. # Workspace Names
  45. # These are the labels which define each i3 workspace.
  46. ###############################################################################
  47. set_from_resource $ws1 i3-wm.workspace.01.name "1"
  48. set_from_resource $ws2 i3-wm.workspace.02.name "2"
  49. set_from_resource $ws3 i3-wm.workspace.03.name "3"
  50. set_from_resource $ws4 i3-wm.workspace.04.name "4"
  51. set_from_resource $ws5 i3-wm.workspace.05.name "5"
  52. set_from_resource $ws6 i3-wm.workspace.06.name "6"
  53. set_from_resource $ws7 i3-wm.workspace.07.name "7"
  54. set_from_resource $ws8 i3-wm.workspace.08.name "8"
  55. set_from_resource $ws9 i3-wm.workspace.09.name "9"
  56. set_from_resource $ws10 i3-wm.workspace.10.name "10"
  57. set_from_resource $ws11 i3-wm.workspace.11.name "11"
  58. set_from_resource $ws12 i3-wm.workspace.12.name "12"
  59. set_from_resource $ws13 i3-wm.workspace.13.name "13"
  60. set_from_resource $ws14 i3-wm.workspace.14.name "14"
  61. set_from_resource $ws15 i3-wm.workspace.15.name "15"
  62. set_from_resource $ws16 i3-wm.workspace.16.name "16"
  63. set_from_resource $ws17 i3-wm.workspace.17.name "17"
  64. set_from_resource $ws18 i3-wm.workspace.18.name "18"
  65. set_from_resource $ws19 i3-wm.workspace.19.name "19"
  66. ###############################################################################
  67. # Workspace Keys
  68. # These are the keys which will be used while binding workspace switching
  69. ###############################################################################
  70. set_from_resource $ws1_key i3-wm.workspace.01.key 1
  71. set_from_resource $ws2_key i3-wm.workspace.02.key 2
  72. set_from_resource $ws3_key i3-wm.workspace.03.key 3
  73. set_from_resource $ws4_key i3-wm.workspace.04.key 4
  74. set_from_resource $ws5_key i3-wm.workspace.05.key 5
  75. set_from_resource $ws6_key i3-wm.workspace.06.key 6
  76. set_from_resource $ws7_key i3-wm.workspace.07.key 7
  77. set_from_resource $ws8_key i3-wm.workspace.08.key 8
  78. set_from_resource $ws9_key i3-wm.workspace.09.key 9
  79. set_from_resource $ws10_key i3-wm.workspace.10.key 0
  80. ###############################################################################
  81. # Launcher dialogs
  82. ###############################################################################
  83. ## Launch // Terminal // <> Enter ##
  84. set_from_resource $i3-wm.binding.terminal i3-wm.binding.terminal Return
  85. bindsym $mod+$i3-wm.binding.terminal exec /usr/bin/x-terminal-emulator
  86. ## Launch // Browser // <><Shift> Enter ##
  87. set_from_resource $i3-wm.binding.browser i3-wm.binding.browser Shift+Return
  88. bindsym $mod+$i3-wm.binding.browser exec gtk-launch $(xdg-settings get default-web-browser)
  89. set_from_resource $rofiTheme rofi.theme /etc/regolith/styles/lascaille/rofi.rasi
  90. ## Launch // Application // <> Space ##
  91. set_from_resource $i3-wm.binding.launcher.app i3-wm.binding.launcher.app space
  92. set_from_resource $i3-wm.program.launcher.app i3-wm.program.launcher.app rofi -show drun -theme $rofiTheme
  93. bindsym $mod+$i3-wm.binding.launcher.app exec $i3-wm.program.launcher.app
  94. ## Launch // Command // <><Shift> Space ##
  95. set_from_resource $i3-wm.binding.launcher.cmd i3-wm.binding.launcher.cmd Shift+space
  96. set_from_resource $i3-wm.program.launcher.cmd i3-wm.program.launcher.cmd rofi -show run -theme $rofiTheme
  97. bindsym $mod+$i3-wm.binding.launcher.cmd exec $i3-wm.program.launcher.cmd
  98. ## Navigate // Window by Name // <><Ctrl> Space ##
  99. set_from_resource $i3-wm.binding.launcher.window i3-wm.binding.launcher.window Ctrl+space
  100. set_from_resource $i3-wm.program.launcher.window i3-wm.program.launcher.window rofi -show window -theme $rofiTheme
  101. bindsym $mod+$i3-wm.binding.launcher.window exec $i3-wm.program.launcher.window
  102. ## Launch // Help ! // <><Shift> ? ##
  103. set_from_resource $i3-wm.binding.help i3-wm.binding.help Shift+question
  104. set_from_resource $i3-wm.program.help i3-wm.program.help /usr/bin/remontoire-toggle
  105. bindsym $mod+$i3-wm.binding.help exec --no-startup-id $i3-wm.program.help
  106. ## Launch // File Search // <><Alt> Space ##
  107. set_from_resource $i3-wm.binding.file_search i3-wm.binding.file_search Mod1+space
  108. set_from_resource $i3-wm.program.file_search i3-wm.program.file_search rofi -show find -modi find:/usr/share/rofi/modi/finder.sh
  109. bindsym $mod+$i3-wm.binding.file_search exec $i3-wm.program.file_search
  110. ## Launch // Look Selector // <><Alt> l ##
  111. set_from_resource $i3-wm.binding.look_selector i3-wm.binding.look_selector Mod1+l
  112. set_from_resource $i3-wm.program.look_selector i3-wm.program.look_selector rofi -show look -modi look:/usr/share/rofi/modi/look-selector.sh
  113. bindsym $mod+$i3-wm.binding.look_selector exec $i3-wm.program.look_selector
  114. ###############################################################################
  115. # Window and Workspace Navigation
  116. ###############################################################################
  117. ## Navigate // Relative Parent // <> PgUp ##/
  118. set_from_resource $i3-wm.binding.focus_parent i3-wm.binding.focus_parent a
  119. bindsym $mod+$i3-wm.binding.focus_parent focus parent
  120. ## Navigate // Relative Child // <> PgDown ##/
  121. set_from_resource $i3-wm.binding.focus_child i3-wm.binding.focus_child z
  122. bindsym $mod+$i3-wm.binding.focus_child focus child
  123. ## Navigate // Relative Window // <> k j h l ##
  124. set_from_resource $i3-wm.binding.left i3-wm.binding.left h
  125. set_from_resource $i3-wm.binding.right i3-wm.binding.right l
  126. set_from_resource $i3-wm.binding.up i3-wm.binding.up k
  127. set_from_resource $i3-wm.binding.down i3-wm.binding.down j
  128. bindsym $mod+$i3-wm.binding.left focus left
  129. bindsym $mod+$i3-wm.binding.down focus down
  130. bindsym $mod+$i3-wm.binding.up focus up
  131. bindsym $mod+$i3-wm.binding.right focus right
  132. ## Navigate // Workspaces 1-10 // <> 0..9 ##
  133. bindsym $mod+$ws1_key workspace number $ws1
  134. bindsym $mod+$ws2_key workspace number $ws2
  135. bindsym $mod+$ws3_key workspace number $ws3
  136. bindsym $mod+$ws4_key workspace number $ws4
  137. bindsym $mod+$ws5_key workspace number $ws5
  138. bindsym $mod+$ws6_key workspace number $ws6
  139. bindsym $mod+$ws7_key workspace number $ws7
  140. bindsym $mod+$ws8_key workspace number $ws8
  141. bindsym $mod+$ws9_key workspace number $ws9
  142. bindsym $mod+$ws10_key workspace number $ws10
  143. ## Navigate // Workspace 11 - 19 // <><Ctrl> 1..9 ##
  144. bindsym $mod+Ctrl+$ws1_key workspace number $ws11
  145. bindsym $mod+Ctrl+$ws2_key workspace number $ws12
  146. bindsym $mod+Ctrl+$ws3_key workspace number $ws13
  147. bindsym $mod+Ctrl+$ws4_key workspace number $ws14
  148. bindsym $mod+Ctrl+$ws5_key workspace number $ws15
  149. bindsym $mod+Ctrl+$ws6_key workspace number $ws16
  150. bindsym $mod+Ctrl+$ws7_key workspace number $ws17
  151. bindsym $mod+Ctrl+$ws8_key workspace number $ws18
  152. bindsym $mod+Ctrl+$ws9_key workspace number $ws19
  153. ## Navigate // Next Workspace // <> Tab ##
  154. set_from_resource $i3-wm.binding.ws_next i3-wm.binding.ws_next Tab
  155. bindsym $mod+$i3-wm.binding.ws_next workspace next
  156. ## Navigate // Next Workspace // <> <Alt> → ##
  157. set_from_resource $i3-wm.binding.ws_next2 i3-wm.binding.ws_next2 Mod1+Right
  158. bindsym $mod+$i3-wm.binding.ws_next2 workspace next
  159. ## Navigate // Next Workspace on Output // <><Ctrl> Tab ##
  160. set_from_resource $i3-wm.binding.ws_next_on_output i3-wm.binding.ws_next_on_output Ctrl+Tab
  161. bindsym $mod+$i3-wm.binding.ws_next_on_output workspace next_on_output
  162. ## Navigate // Next Workspace on Output // <><Ctrl> l ##
  163. set_from_resource $i3-wm.binding.ws_next_on_output2 i3-wm.binding.ws_next_on_output2 Ctrl+l
  164. bindsym $mod+$i3-wm.binding.ws_next_on_output2 workspace next_on_output
  165. ## Navigate // Previous Workspace // <><Shift> Tab ##
  166. set_from_resource $i3-wm.binding.ws_prev i3-wm.binding.ws_prev Shift+Tab
  167. bindsym $mod+$i3-wm.binding.ws_prev workspace prev
  168. ## Navigate // Previous Workspace // <> <Alt> ← ##
  169. set_from_resource $i3-wm.binding.ws_prev2 i3-wm.binding.ws_prev2 Mod1+Left
  170. bindsym $mod+$i3-wm.binding.ws_prev2 workspace prev
  171. ## Navigate // Previous Workspace on Output // <><Ctrl><Shift> Tab ##
  172. set_from_resource $i3-wm.binding.ws_prev_on_output i3-wm.binding.ws_prev_on_output Ctrl+Shift+Tab
  173. bindsym $mod+$i3-wm.binding.ws_prev_on_output workspace prev_on_output
  174. ## Navigate // Previous Workspace on Output // <><Ctrl> h ##
  175. set_from_resource $i3-wm.binding.ws_prev_on_output2 i3-wm.binding.ws_prev_on_output2 Ctrl+h
  176. bindsym $mod+$i3-wm.binding.ws_prev_on_output2 workspace prev_on_output
  177. ## Navigate // Next Free Workspace // <> ` ##
  178. set_from_resource $i3-wm.binding.next_free i3-wm.binding.next_free grave
  179. bindsym $mod+$i3-wm.binding.next_free exec --no-startup-id /usr/bin/i3-next-workspace
  180. ## Navigate // Scratchpad // <> a ##
  181. set_from_resource $i3-wm.binding.scratchpad i3-wm.binding.scratchpad Ctrl+a
  182. bindsym $mod+$i3-wm.binding.scratchpad scratchpad show
  183. ###############################################################################
  184. # Window and Workspace Configuration
  185. ###############################################################################
  186. ## Modify // Window Position // <><Shift> k j h l ##
  187. set_from_resource $i3-wm.binding.move_left i3-wm.binding.move_left Shift+h
  188. set_from_resource $i3-wm.binding.move_right i3-wm.binding.move_right Shift+l
  189. set_from_resource $i3-wm.binding.move_up i3-wm.binding.move_up Shift+k
  190. set_from_resource $i3-wm.binding.move_down i3-wm.binding.move_down Shift+j
  191. bindsym $mod+$i3-wm.binding.move_left move left
  192. bindsym $mod+$i3-wm.binding.move_down move down
  193. bindsym $mod+$i3-wm.binding.move_up move up
  194. bindsym $mod+$i3-wm.binding.move_right move right
  195. ## Modify // Containing Workspace // <><Ctrl><Shift> ↑ ↓ ← → ##
  196. bindsym $mod+Ctrl+Shift+Left move workspace to output left
  197. bindsym $mod+Ctrl+Shift+Down move workspace to output down
  198. bindsym $mod+Ctrl+Shift+Up move workspace to output up
  199. bindsym $mod+Ctrl+Shift+Right move workspace to output right
  200. ## Modify // Containing Workspace // <><Ctrl><Shift> k j h l ##
  201. set_from_resource $i3-wm.binding.take_left i3-wm.binding.take_left Ctrl+Shift+h
  202. set_from_resource $i3-wm.binding.take_right i3-wm.binding.take_right Ctrl+Shift+l
  203. set_from_resource $i3-wm.binding.take_up i3-wm.binding.take_up Ctrl+Shift+k
  204. set_from_resource $i3-wm.binding.take_down i3-wm.binding.take_down Ctrl+Shift+j
  205. bindsym $mod+$i3-wm.binding.take_left move workspace to output left
  206. bindsym $mod+$i3-wm.binding.take_down move workspace to output down
  207. bindsym $mod+$i3-wm.binding.take_up move workspace to output up
  208. bindsym $mod+$i3-wm.binding.take_right move workspace to output right
  209. ## Modify // Vertical Window Orientation // <> v ##
  210. set_from_resource $i3-wm.binding.split_v i3-wm.binding.split_v v
  211. bindsym $mod+$i3-wm.binding.split_v split vertical
  212. ## Modify // Horizontal Window Orientation // <> g ##
  213. set_from_resource $i3-wm.binding.split_h i3-wm.binding.split_h g
  214. bindsym $mod+$i3-wm.binding.split_h split horizontal
  215. ## Modify // Toggle Window Orientation // <> Backspace ##
  216. set_from_resource $i3-wm.binding.orientation_toggle i3-wm.binding.orientation_toggle BackSpace
  217. bindsym $mod+$i3-wm.binding.orientation_toggle split toggle
  218. ## Modify // Window Fullscreen Toggle // <> f ##
  219. set_from_resource $i3-wm.binding.fullscreen_toggle i3-wm.binding.fullscreen_toggle f
  220. bindsym $mod+$i3-wm.binding.fullscreen_toggle fullscreen toggle
  221. ## Modify // Window Floating Toggle // <><Shift> f ##
  222. set_from_resource $i3-wm.binding.float_toggle i3-wm.binding.float_toggle Shift+f
  223. bindsym $mod+Shift+$i3-wm.binding.float_toggle floating toggle
  224. ## Modify // Move to Scratchpad // <><Shift> a ##
  225. set_from_resource $i3-wm.binding.move_scratchpad i3-wm.binding.move_scratchpad Ctrl+m
  226. bindsym $mod+$i3-wm.binding.move_scratchpad move to scratchpad
  227. ## Modify // Tile/Float Focus Toggle // <><Shift> t ##
  228. set_from_resource $i3-wm.binding.focus_toggle i3-wm.binding.focus_toggle Shift+t
  229. bindsym $mod+$i3-wm.binding.focus_toggle focus mode_toggle
  230. ## Modify // Window Layout Mode // <> t ##
  231. set_from_resource $i3-wm.binding.layout_mode i3-wm.binding.layout_mode t
  232. bindsym $mod+$i3-wm.binding.layout_mode layout toggle tabbed splith splitv
  233. ## Modify // Move Window to Workspace 1 - 10 // <><Shift> 0..9 ##
  234. bindsym $mod+Shift+$ws1_key move container to workspace number $ws1
  235. bindsym $mod+Shift+$ws2_key move container to workspace number $ws2
  236. bindsym $mod+Shift+$ws3_key move container to workspace number $ws3
  237. bindsym $mod+Shift+$ws4_key move container to workspace number $ws4
  238. bindsym $mod+Shift+$ws5_key move container to workspace number $ws5
  239. bindsym $mod+Shift+$ws6_key move container to workspace number $ws6
  240. bindsym $mod+Shift+$ws7_key move container to workspace number $ws7
  241. bindsym $mod+Shift+$ws8_key move container to workspace number $ws8
  242. bindsym $mod+Shift+$ws9_key move container to workspace number $ws9
  243. bindsym $mod+Shift+$ws10_key move container to workspace number $ws10
  244. ## Modify // Move Window to Workspace 11 - 19// <><Ctrl><Shift> 1..9 ##
  245. bindsym $mod+Shift+Ctrl+$ws1_key move container to workspace number $ws11
  246. bindsym $mod+Shift+Ctrl+$ws2_key move container to workspace number $ws12
  247. bindsym $mod+Shift+Ctrl+$ws3_key move container to workspace number $ws13
  248. bindsym $mod+Shift+Ctrl+$ws4_key move container to workspace number $ws14
  249. bindsym $mod+Shift+Ctrl+$ws5_key move container to workspace number $ws15
  250. bindsym $mod+Shift+Ctrl+$ws6_key move container to workspace number $ws16
  251. bindsym $mod+Shift+Ctrl+$ws7_key move container to workspace number $ws17
  252. bindsym $mod+Shift+Ctrl+$ws8_key move container to workspace number $ws18
  253. bindsym $mod+Shift+Ctrl+$ws9_key move container to workspace number $ws19
  254. ## Modify // Move Window to Next Free Workspace // <><Shift> ` ##
  255. set_from_resource $i3-wm.binding.move_next_free i3-wm.binding.move_next_free Shift+grave
  256. bindsym $mod+$i3-wm.binding.move_next_free exec --no-startup-id /usr/bin/i3-next-workspace --move-window
  257. # move focused container to workspace, move to workspace
  258. ## Modify // Carry Window to Workspace 1 - 10// <><Alt> 0..9 ##
  259. bindsym $mod+$alt+$ws1_key move container to workspace number $ws1; workspace number $ws1
  260. bindsym $mod+$alt+$ws2_key move container to workspace number $ws2; workspace number $ws2
  261. bindsym $mod+$alt+$ws3_key move container to workspace number $ws3; workspace number $ws3
  262. bindsym $mod+$alt+$ws4_key move container to workspace number $ws4; workspace number $ws4
  263. bindsym $mod+$alt+$ws5_key move container to workspace number $ws5; workspace number $ws5
  264. bindsym $mod+$alt+$ws6_key move container to workspace number $ws6; workspace number $ws6
  265. bindsym $mod+$alt+$ws7_key move container to workspace number $ws7; workspace number $ws7
  266. bindsym $mod+$alt+$ws8_key move container to workspace number $ws8; workspace number $ws8
  267. bindsym $mod+$alt+$ws9_key move container to workspace number $ws9; workspace number $ws9
  268. bindsym $mod+$alt+$ws10_key move container to workspace number $ws10; workspace number $ws10
  269. ## Modify // Carry Window to Workspace 11 - 19 // <><Alt><Ctrl> 1..9 ##
  270. bindsym $mod+$alt+Ctrl+$ws1_key move container to workspace number $ws11; workspace number $ws11
  271. bindsym $mod+$alt+Ctrl+$ws2_key move container to workspace number $ws12; workspace number $ws12
  272. bindsym $mod+$alt+Ctrl+$ws3_key move container to workspace number $ws13; workspace number $ws13
  273. bindsym $mod+$alt+Ctrl+$ws4_key move container to workspace number $ws14; workspace number $ws14
  274. bindsym $mod+$alt+Ctrl+$ws5_key move container to workspace number $ws15; workspace number $ws15
  275. bindsym $mod+$alt+Ctrl+$ws6_key move container to workspace number $ws16; workspace number $ws16
  276. bindsym $mod+$alt+Ctrl+$ws7_key move container to workspace number $ws17; workspace number $ws17
  277. bindsym $mod+$alt+Ctrl+$ws8_key move container to workspace number $ws18; workspace number $ws18
  278. bindsym $mod+$alt+Ctrl+$ws9_key move container to workspace number $ws19; workspace number $ws19
  279. ## Modify // Carry Window to Next Free Workspace // <><Alt> ` ##
  280. set_from_resource $i3-wm.binding.take_next_free i3-wm.binding.take_next_free Mod1+grave
  281. bindsym $mod+$i3-wm.binding.take_next_free exec --no-startup-id /usr/bin/i3-next-workspace --move-window-and-follow
  282. ## Modify // Focus upward monitor // <> ↑ ##
  283. set_from_resource $i3-wm.binding.focus_work_up i3-wm.binding.focus_work_up Mod1+Up
  284. bindsym $mod+$i3-wm.binding.focus_work_up focus output up
  285. ## Modify // Focus downward monitor // <> ↓ ##
  286. set_from_resource $i3-wm.binding.focus_work_down i3-wm.binding.focus_work_down Mod1+Down
  287. bindsym $mod+$i3-wm.binding.focus_work_down focus output down
  288. ## Modify // Focus right monitor // <> → ##
  289. set_from_resource $i3-wm.binding.focus_work_right i3-wm.binding.focus_work_right Mod1+Right
  290. bindsym $mod+$i3-wm.binding.focus_work_right focus output right
  291. ## Modify // Focus left monitor // <> ← ##
  292. set_from_resource $i3-wm.binding.focus_work_left i3-wm.binding.focus_work_left Mod1+Left
  293. bindsym $mod+$i3-wm.binding.focus_work_left focus output left
  294. ## Modify // Move workspace to upward monitor // <><Shift> ↑ ##
  295. set_from_resource $i3-wm.binding.move_work_up i3-wm.binding.move_work_up Mod1+Mod4+Up
  296. bindsym $mod+$i3-wm.binding.move_work_up move workspace to output up
  297. ## Modify // Move workspace to downward monitor // <><Shift> ↓ ##
  298. set_from_resource $i3-wm.binding.move_work_down i3-wm.binding.move_work_down Mod1+Mod4+Down
  299. bindsym $mod+$i3-wm.binding.move_work_down move workspace to output down
  300. ## Modify // Move workspace to right monitor // <><Shift> → ##
  301. set_from_resource $i3-wm.binding.move_work_right i3-wm.binding.move_work_right Mod1+Mod4+Right
  302. bindsym $mod+$i3-wm.binding.move_work_right move workspace to output right
  303. ## Modify // Move workspace to left monitor // <><Shift> ← ##
  304. set_from_resource $i3-wm.binding.move_work_left i3-wm.binding.move_work_left Mod1+Mod4+Left
  305. bindsym $mod+$i3-wm.binding.move_work_left move workspace to output left
  306. # Use Mouse+$mod to drag floating windows to their wanted position
  307. floating_modifier $mod
  308. # Hiding borders adjacent to the screen edges.
  309. # The "smart" setting hides borders on workspaces with only one window visible.
  310. set_from_resource $i3-wm.hide.edge.borders i3-wm.hide.edge.borders smart
  311. hide_edge_borders $i3-wm.hide.edge.borders
  312. ###############################################################################
  313. # Session Management
  314. ###############################################################################
  315. ## Session // Exit App // <><Shift> w ##
  316. set_from_resource $i3-wm.binding.exit_app i3-wm.binding.exit_app Shift+q
  317. bindsym $mod+$i3-wm.binding.exit_app [con_id="__focused__"] kill
  318. ## Session // Terminate App // <><Alt> w ##
  319. set_from_resource $i3-wm.binding.kill_app i3-wm.binding.kill_app Mod1+q
  320. bindsym $mod+$i3-wm.binding.kill_app [con_id="__focused__"] exec --no-startup-id kill -9 $(xdotool getwindowfocus getwindowpid)
  321. ## Session // Reload i3 Config // <><Shift> c ##
  322. set_from_resource $i3-wm.binding.reload i3-wm.binding.reload Shift+c
  323. bindsym $mod+$i3-wm.binding.reload reload
  324. ## Session // Refresh Session // <><Shift> r ##
  325. set_from_resource $i3-wm.binding.refresh i3-wm.binding.refresh Shift+r
  326. set_from_resource $i3-wm.program.refresh_ui i3-wm.program.refresh_ui /usr/bin/regolith-look refresh
  327. bindsym $mod+$i3-wm.binding.refresh exec --no-startup-id $i3-wm.program.refresh_ui
  328. ## Session // Restart i3 // <><Ctrl> r ##
  329. set_from_resource $i3-wm.binding.restart i3-wm.binding.restart Ctrl+r
  330. bindsym $mod+$i3-wm.binding.restart restart
  331. ## Session // Logout // <><Shift> e ##
  332. set_from_resource $i3-wm.binding.logout i3-wm.binding.logout Shift+e
  333. set_from_resource $i3-wm.program.logout i3-wm.program.logout /usr/bin/gnome-session-quit --logout
  334. bindsym $mod+$i3-wm.binding.logout exec $i3-wm.program.logout
  335. ## Session // Reboot // <><Shift> b ##
  336. set_from_resource $i3-wm.binding.reboot i3-wm.binding.reboot Shift+b
  337. set_from_resource $i3-wm.program.reboot i3-wm.program.reboot /usr/bin/gnome-session-quit --reboot
  338. bindsym $mod+$i3-wm.binding.reboot exec $i3-wm.program.reboot
  339. ## Session // Power Down // <><Shift> Escape ##
  340. set_from_resource $i3-wm.binding.shutdown i3-wm.binding.shutdown Shift+p
  341. set_from_resource $i3-wm.program.shutdown i3-wm.program.shutdown /usr/bin/gnome-session-quit --power-off
  342. bindsym $mod+$i3-wm.binding.shutdown exec $i3-wm.program.shutdown
  343. ## Session // Lock Screen // <> Escape ##
  344. set_from_resource $i3-wm.binding.lock i3-wm.binding.lock Escape
  345. set_from_resource $i3-wm.program.lock i3-wm.program.lock dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.Lock
  346. bindsym $mod+$i3-wm.binding.lock exec $i3-wm.program.lock
  347. ## Session // Sleep // <><Shift> s ##
  348. set_from_resource $i3-wm.binding.sleep i3-wm.binding.sleep Shift+s
  349. set_from_resource $i3-wm.program.sleep i3-wm.program.sleep systemctl suspend
  350. bindsym $mod+$i3-wm.binding.sleep exec $i3-wm.program.sleep
  351. ###############################################################################
  352. # System Management
  353. ###############################################################################
  354. ## Modify // Settings // <> c ##
  355. set_from_resource $i3-wm.binding.settings i3-wm.binding.settings c
  356. set_from_resource $i3-wm.program.settings i3-wm.program.settings gnome-control-center --class=floating_window
  357. bindsym $mod+$i3-wm.binding.settings exec $i3-wm.program.settings
  358. ## Modify // Display Settings // <> d ##
  359. set_from_resource $i3-wm.binding.display i3-wm.binding.display d
  360. set_from_resource $i3-wm.program.display i3-wm.program.display gnome-control-center --class=floating_window display
  361. bindsym $mod+$i3-wm.binding.display exec $i3-wm.program.display
  362. ## Modify // Wifi Settings // <> w ##
  363. set_from_resource $i3-wm.binding.wifi i3-wm.binding.wifi w
  364. set_from_resource $i3-wm.program.wifi i3-wm.program.wifi gnome-control-center --class=floating_window wifi
  365. bindsym $mod+$i3-wm.binding.wifi exec $i3-wm.program.wifi
  366. ## Modify // Bluetooth Settings // <> b ##
  367. set_from_resource $i3-wm.binding.bluetooth i3-wm.binding.bluetooth b
  368. set_from_resource $i3-wm.program.bluetooth i3-wm.program.bluetooth gnome-control-center --class=floating_window bluetooth
  369. bindsym $mod+$i3-wm.binding.bluetooth exec $i3-wm.program.bluetooth
  370. ## Launch // File Browser // <><Shift> n ##
  371. set_from_resource $i3-wm.binding.files i3-wm.binding.files Shift+n
  372. set_from_resource $i3-wm.program.files i3-wm.program.files /usr/bin/nautilus --new-window
  373. bindsym $mod+$i3-wm.binding.files exec $i3-wm.program.files
  374. ## Launch // Notification Viewer // <> n ##
  375. set_from_resource $i3-wm.binding.notification_ui i3-wm.binding.notification_ui n
  376. set_from_resource $i3-wm.program.notification_ui i3-wm.program.notification_ui /usr/bin/rofication-gui
  377. bindsym $mod+$i3-wm.binding.notification_ui exec $i3-wm.program.notification_ui
  378. ## Launch // Keepass // <> p ##
  379. bindsym $mod+p [class="keepassxc"] scratchpad show
  380. ## Launch // Mumble // <> m ##
  381. bindsym $mod+m [class="Mumble"] scratchpad show
  382. ###############################################################################
  383. # Workspace Management
  384. ###############################################################################
  385. # i3-snapshot for load/save current layout
  386. ## Modify // Save Window Layout // <> , ##
  387. set_from_resource $i3-wm.binding.save_layout i3-wm.binding.save_layout comma
  388. bindsym $mod+$i3-wm.binding.save_layout exec /usr/bin/i3-snapshot -o > /tmp/i3-snapshot
  389. ## Modify // Load Window Layout // <> . ##
  390. set_from_resource $i3-wm.binding.load_layout i3-wm.binding.load_layout period
  391. bindsym $mod+$i3-wm.binding.load_layout exec /usr/bin/i3-snapshot -c < /tmp/i3-snapshot
  392. # Toggle bar visibility
  393. ## Modify // Toggle Bar // <> i ##
  394. set_from_resource $i3-wm.binding.bar_toggle i3-wm.binding.bar_toggle i
  395. bindsym $mod+$i3-wm.binding.bar_toggle bar mode toggle
  396. # Cause Settings app to float above tiled windows
  397. floating_maximum_size -1 x -1
  398. for_window [class="floating_window"] floating enable
  399. set_from_resource $i3-wm.workspace.auto_back_and_forth i3-wm.workspace.auto_back_and_forth no
  400. workspace_auto_back_and_forth $i3-wm.workspace.auto_back_and_forth
  401. # Auto scratch windows
  402. for_window [class="keepassxc"] move scratchpad
  403. for_window [class="Mumble"] move scratchpad
  404. # Auto set workspaces
  405. for_window [class="^Gimp.*"] move container to workspace $ws15
  406. for_window [class="thunderbird"] move container to workspace $ws6
  407. ###############################################################################
  408. # Window Resize and Gaps
  409. ###############################################################################
  410. set_from_resource $i3-wm.binding.inc_gaps i3-wm.binding.inc_gaps plus
  411. set_from_resource $i3-wm.binding.dec_gaps i3-wm.binding.dec_gaps minus
  412. set_from_resource $i3-wm.binding.inc_gaps_big i3-wm.binding.inc_gaps_big Shift+plus
  413. set_from_resource $i3-wm.binding.dec_gaps_big i3-wm.binding.dec_gaps_big Shift+minus
  414. ## Resize // Enter Resize Mode // <> r ##
  415. mode "Resize Mode" {
  416. # These bindings trigger as soon as you enter the resize mode
  417. ## Resize // Resize Window // ↑ ↓ ← → ##
  418. bindsym Left resize shrink width 6 px or 6 ppt
  419. bindsym Down resize grow height 6 px or 6 ppt
  420. bindsym Up resize shrink height 6 px or 6 ppt
  421. bindsym Right resize grow width 6 px or 6 ppt
  422. bindsym Shift+Left resize shrink width 12 px or 12 ppt
  423. bindsym Shift+Down resize grow height 12 px or 12 ppt
  424. bindsym Shift+Up resize shrink height 12 px or 12 ppt
  425. bindsym Shift+Right resize grow width 12 px or 12 ppt
  426. ## Resize // Resize Window // k j h l ##
  427. bindsym $i3-wm.binding.left resize shrink width 6 px or 6 ppt
  428. bindsym $i3-wm.binding.up resize grow height 6 px or 6 ppt
  429. bindsym $i3-wm.binding.down resize shrink height 6 px or 6 ppt
  430. bindsym $i3-wm.binding.right resize grow width 6 px or 6 ppt
  431. bindsym $i3-wm.binding.move_left resize shrink width 12 px or 12 ppt
  432. bindsym $i3-wm.binding.move_up resize grow height 12 px or 12 ppt
  433. bindsym $i3-wm.binding.move_down resize shrink height 12 px or 12 ppt
  434. bindsym $i3-wm.binding.move_right resize grow width 12 px or 12 ppt
  435. ## Resize // Window Gaps // + - ##
  436. bindsym $i3-wm.binding.dec_gaps gaps inner current minus 6
  437. bindsym $i3-wm.binding.inc_gaps gaps inner current plus 6
  438. bindsym $i3-wm.binding.dec_gaps_big gaps inner current minus 12
  439. bindsym $i3-wm.binding.inc_gaps_big gaps inner current plus 12
  440. ## Resize // Exit Resize Mode // Escape or Enter ##
  441. bindsym Return mode "default"
  442. bindsym Escape mode "default"
  443. bindsym $mod+r mode "default"
  444. }
  445. bindsym $mod+r mode "Resize Mode"
  446. ###############################################################################
  447. # i3 Appearance and Behavior
  448. ###############################################################################
  449. # Disable titlebar
  450. set_from_resource $i3-wm.window.border.size i3-wm.window.border.size 1
  451. set_from_resource $i3-wm.floatingwindow.border.size i3-wm.floatingwindow.border.size 1
  452. default_border pixel $i3-wm.window.border.size
  453. default_floating_border pixel $i3-wm.floatingwindow.border.size
  454. # Specify the distance between windows in pixels. (i3-gaps)
  455. set_from_resource $i3-wm.gaps.inner.size i3-wm.gaps.inner.size 5
  456. set_from_resource $i3-wm.gaps.outer.size i3-wm.gaps.outer.size 0
  457. gaps inner $i3-wm.gaps.inner.size
  458. gaps outer $i3-wm.gaps.outer.size
  459. # Only enable gaps on a workspace when there is at least one container
  460. set_from_resource $i3-wm.gaps.smart i3-wm.gaps.smart on
  461. smart_gaps $i3-wm.gaps.smart
  462. # Enable popup during fullscreen
  463. set_from_resource $i3-wm.gaps.popup_during_fullscreen i3-wm.gaps.popup_during_fullscreen smart
  464. popup_during_fullscreen $i3-wm.gaps.popup_during_fullscreen
  465. # window focus follows your mouse movements as the mouse crosses window borders
  466. set_from_resource $i3-wm.gaps.focus_follows_mouse i3-wm.gaps.focus_follows_mouse no
  467. focus_follows_mouse $i3-wm.gaps.focus_follows_mouse
  468. # Set default workspace layout
  469. workspace_layout tabbed
  470. ###############################################################################
  471. # i3 Colors and Fonts
  472. ###############################################################################
  473. # Create variables from Xresources for i3's look.
  474. set_from_resource $focused.color.border i3-wm.client.focused.color.border "#002b36"
  475. set_from_resource $focused.color.background i3-wm.client.focused.color.background "#586e75"
  476. set_from_resource $focused.color.text i3-wm.client.focused.color.text "#fdf6e3"
  477. set_from_resource $focused.color.indicator i3-wm.client.focused.color.indicator "#268bd2"
  478. set_from_resource $focused.color.child_border i3-wm.client.focused.color.child_border
  479. set_from_resource $focused_inactive.color.border i3-wm.client.focused_inactive.color.border "#002b36"
  480. set_from_resource $focused_inactive.color.background i3-wm.client.focused_inactive.color.background "#073642"
  481. set_from_resource $focused_inactive.color.text i3-wm.client.focused_inactive.color.text "#839496"
  482. set_from_resource $focused_inactive.color.indicator i3-wm.client.focused_inactive.color.indicator "#073642"
  483. set_from_resource $focused_inactive.color.child_border i3-wm.client.focused_inactive.color.child_border
  484. set_from_resource $unfocused.color.border i3-wm.client.unfocused.color.border "#002b36"
  485. set_from_resource $unfocused.color.background i3-wm.client.unfocused.color.background "#073642"
  486. set_from_resource $unfocused.color.text i3-wm.client.unfocused.color.text "#839496"
  487. set_from_resource $unfocused.color.indicator i3-wm.client.unfocused.color.indicator "#073642"
  488. set_from_resource $unfocused.color.child_border i3-wm.client.unfocused.color.child_border
  489. set_from_resource $urgent.color.border i3-wm.client.urgent.color.border "#002b36"
  490. set_from_resource $urgent.color.background i3-wm.client.urgent.color.background "#dc322f"
  491. set_from_resource $urgent.color.text i3-wm.client.urgent.color.text "#fdf6e3"
  492. set_from_resource $urgent.color.indicator i3-wm.client.urgent.color.indicator "#002b36"
  493. set_from_resource $urgent.color.child_border i3-wm.client.urgent.color.child_border
  494. # Window Border color
  495. # class border background text indicator child_border
  496. client.focused $focused.color.border $focused.color.background $focused.color.text $focused.color.indicator $focused.color.child_border
  497. client.focused_inactive $focused_inactive.color.border $focused_inactive.color.background $focused_inactive.color.text $focused_inactive.color.indicator $focused_inactive.color.child_border
  498. client.unfocused $unfocused.color.border $unfocused.color.background $unfocused.color.text $unfocused.color.indicator $unfocused.color.child_border
  499. client.urgent $urgent.color.border $urgent.color.background $urgent.color.text $urgent.color.indicator $urgent.color.child_border
  500. # Create variables from Xresources for i3bars's look.
  501. set_from_resource $i3-wm.bar.background.color i3-wm.bar.background.color "#002b36"
  502. set_from_resource $i3-wm.bar.statusline.color i3-wm.bar.statusline.color "#93a1a1"
  503. set_from_resource $i3-wm.bar.separator.color i3-wm.bar.separator.color "#268bd2"
  504. set_from_resource $i3-wm.bar.workspace.focused.border.color i3-wm.bar.workspace.focused.border.color "#073642"
  505. set_from_resource $i3-wm.bar.workspace.focused.background.color i3-wm.bar.workspace.focused.background.color "#073642"
  506. set_from_resource $i3-wm.bar.workspace.focused.text.color i3-wm.bar.workspace.focused.text.color "#eee8d5"
  507. set_from_resource $i3-wm.bar.workspace.active.border.color i3-wm.bar.workspace.active.border.color "#073642"
  508. set_from_resource $i3-wm.bar.workspace.active.background.color i3-wm.bar.workspace.active.background.color "#073642"
  509. set_from_resource $i3-wm.bar.workspace.active.text.color i3-wm.bar.workspace.active.text.color "#586e75"
  510. set_from_resource $i3-wm.bar.workspace.inactive.border.color i3-wm.bar.workspace.inactive.border.color "#002b36"
  511. set_from_resource $i3-wm.bar.workspace.inactive.background.color i3-wm.bar.workspace.inactive.background.color "#002b36"
  512. set_from_resource $i3-wm.bar.workspace.inactive.text.color i3-wm.bar.workspace.inactive.text.color "#586e75"
  513. set_from_resource $i3-wm.bar.workspace.urgent.border.color i3-wm.bar.workspace.urgent.border.color "#dc322f"
  514. set_from_resource $i3-wm.bar.workspace.urgent.background.color i3-wm.bar.workspace.urgent.background.color "#dc322f"
  515. set_from_resource $i3-wm.bar.workspace.urgent.text.color i3-wm.bar.workspace.urgent.text.color "#fdf6e3"
  516. # Sets i3 font for dialogs
  517. set_from_resource $i3-wm.font i3-wm.font pango:Source Code Pro Medium 13
  518. font $i3-wm.font
  519. ###############################################################################
  520. # i3 Bar
  521. ###############################################################################
  522. set_from_resource $i3-wm.bar.position i3-wm.bar.position bottom
  523. set_from_resource $i3-wm.bar.font i3-wm.bar.font pango:Source Code Pro Medium 13, Material Design Icons 13
  524. set_from_resource $i3-wm.bar.separator i3-wm.bar.separator " "
  525. set_from_resource $i3-wm.bar.trayoutput i3-wm.bar.trayoutput primary
  526. set_from_resource $i3-wm.bar.stripworkspacenumbers i3-wm.bar.stripworkspacenumbers yes
  527. set_from_resource $i3-wm.bar.mode i3-wm.bar.mode dock
  528. # i3xrocks config file. Override this for a custom status bar generator.
  529. set_from_resource $i3-wm.bar.status_command i3-wm.bar.status_command i3xrocks -u ~/.config/regolith/i3xrocks/conf.d -d /etc/regolith/i3xrocks/conf.d
  530. # The bar configuration
  531. bar {
  532. position $i3-wm.bar.position
  533. mode $i3-wm.bar.mode
  534. font $i3-wm.bar.font
  535. separator_symbol $i3-wm.bar.separator
  536. status_command $i3-wm.bar.status_command
  537. tray_output $i3-wm.bar.trayoutput
  538. strip_workspace_numbers $i3-wm.bar.stripworkspacenumbers
  539. colors {
  540. background $i3-wm.bar.background.color
  541. statusline $i3-wm.bar.statusline.color
  542. separator $i3-wm.bar.separator.color
  543. # BORDER BACKGROUND TEXT
  544. focused_workspace $i3-wm.bar.workspace.focused.border.color $i3-wm.bar.workspace.focused.background.color $i3-wm.bar.workspace.focused.text.color
  545. active_workspace $i3-wm.bar.workspace.active.border.color $i3-wm.bar.workspace.active.background.color $i3-wm.bar.workspace.active.text.color
  546. inactive_workspace $i3-wm.bar.workspace.inactive.border.color $i3-wm.bar.workspace.inactive.background.color $i3-wm.bar.workspace.inactive.text.color
  547. urgent_workspace $i3-wm.bar.workspace.urgent.border.color $i3-wm.bar.workspace.urgent.background.color $i3-wm.bar.workspace.urgent.text.color
  548. }
  549. }
  550. ###############################################################################
  551. # External programs launched with i3
  552. ###############################################################################
  553. # Start the installed regolith-compositor
  554. set_from_resource $i3-wm.program.compositor i3-wm.program.compositor /usr/share/regolith-compositor/init
  555. exec_always --no-startup-id $i3-wm.program.compositor
  556. # Start Rofication for notifications
  557. set_from_resource $i3-wm.program.notifications i3-wm.program.notifications /usr/bin/rofication-daemon
  558. exec --no-startup-id $i3-wm.program.notifications
  559. # Hide the mouse pointer if unused for a duration
  560. set_from_resource $i3-wm.program.unclutter i3-wm.program.unclutter /usr/bin/unclutter -b
  561. exec --no-startup-id $i3-wm.program.unclutter
  562. # Load nm-applet to provide auth dialogs for network access
  563. set_from_resource $i3-wm.program.nm-applet i3-wm.program.nm-applet /usr/bin/nm-applet
  564. exec --no-startup-id $i3-wm.program.nm-applet
  565. # User programs from Xresources
  566. # To use, define an Xresource key i3-wm.program.[1-3] with the value of the program to launch.
  567. # See https://regolith-linux.org/docs/howto/override-xres/ for details.
  568. set_from_resource $i3-wm.program.1 i3-wm.program.1 :
  569. exec --no-startup-id $i3-wm.program.1
  570. set_from_resource $i3-wm.program.2 i3-wm.program.2 :
  571. exec --no-startup-id $i3-wm.program.2
  572. set_from_resource $i3-wm.program.3 i3-wm.program.3 :
  573. exec --no-startup-id $i3-wm.program.3