Dotfiles for my tiling window manager + terminal workflow.
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.

528 lines
17 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. # startup [[[ #
  2. set $term urxvt
  3. set $term_alt st
  4. # set $term st
  5. # set $term_alt urxvt
  6. {{ if eq .chezmoi.fullHostname "x1-carbon" }}
  7. exec dunst
  8. exec compton
  9. exec imwheel
  10. xec numlockx on
  11. exec xbacklight -set 10
  12. # exec wal -i "$(/home/kevin/scripts/shuffler \"/home/kevin/Pictures/Backgrounds/dim/non-editing\")"
  13. exec wal -i $(/home/kevin/scripts/shuffler "$HOME/Pictures/Backgrounds/dim/non-editing")
  14. {{ end }}
  15. # exec --no-startup-id i3-msg 'workspace $ws2; exec $term'
  16. exec --no-startup-id i3-msg 'workspace $ws3; exec $browser'
  17. # ]]] startup #
  18. # applications [[[ #
  19. set $mod Mod1
  20. set $browser "firefox"
  21. # set $browser "chromium"
  22. set $scripts_path "/home/kevin/scripts"
  23. set $sch_dir "$HOME/Documents/School"
  24. # app shortcuts [[[ #
  25. bindsym Control+Return exec $term
  26. bindsym Control+Shift+Return exec st -A1
  27. bindsym Control+$mod+Return exec $term_alt
  28. # bindsym Control+$mod+Return exec st
  29. # PROTIP: You can also dynamically set dmenu's colors this way:
  30. bindsym Mod4+Return exec dmenu_run -nb "$fg" -nf "$bg" -sb "$bg" -sf "$fg"
  31. # bindsym Mod4+Return exec dmenu_run
  32. # There also is the (new) i3-dmenu-desktop which only displays applications
  33. # shipping a .desktop file. It is a wrapper around dmenu, so you need that
  34. # installed.
  35. # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
  36. bindsym Mod4+b layout tabbed; exec zathura
  37. bindsym Mod4+c exec $browser
  38. # bindsym Mod4+e exec notify-send "HPS Word Count" "$(pdftotext /home/kevin/school/latex-notes/hps/essay.pdf - | wc -w)"
  39. bindsym Mod4+f exec firefox
  40. bindsym Mod4+$mod+f exec echo 'Kevin@fosstodon.org' | xclip -selection clipboard
  41. bindsym Mod4+h exec echo 'kevin.mok@live.ca' | xclip -selection clipboard
  42. bindsym Mod4+m exec urxvt -e ~/scripts/vim-man
  43. bindsym Mod4+$mod+m exec pass -c uoft/markus
  44. bindsym Mod4+n exec urxvt -e nvim
  45. bindsym Mod4+o exec xclip -selection clipboard ~/.password-store/social/gmail
  46. bindsym Mod4+$mod+o exec xset dpms force off
  47. # bindsym Mod4+p workspace $ws4; exec pgadmin3
  48. # bindsym Mod4+p exec pycharm
  49. bindsym Mod4+p exec passmenu
  50. # bindsym Mod4+$mod+p exec notify-send "ping" "$(ping -c 3 -W 1 8.8.8.8)"
  51. bindsym Mod4+q exec qdirstat
  52. bindsym Mod4+r exec urxvt -e ranger
  53. bindsym Mod4+$mod+r exec notify-send "watson restart" "$(watson restart)"
  54. bindsym Mod4+$mod+t exec xclip -selection clipboard ~/.password-store/social/trapbot
  55. bindsym Mod4+u exec echo 'kevin.mok@mail.utoronto.ca' | xclip -selection clipboard
  56. bindsym Mod4+$mod+u exec pass -c uoft/acorn
  57. bindsym Mod4+w exec notify-send "watson status" "$(watson status)"
  58. bindsym Mod4+$mod+w exec notify-send "watson stop" "$(watson status && watson stop)"
  59. bindsym Control+Mod4+w exec urxvt -e nvim /home/kevin/.config/watson/state.tmp
  60. # bindsym Mod4+x exec $swex
  61. bindsym Mod4+z exec cliqz
  62. {{ if .ext_kb }}
  63. bindsym Mod4+x exec xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE
  64. bindsym Print --release exec "scrot -s /tmp/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
  65. bindsym Control+Print --release exec "scrot -u /tmp/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
  66. {{ else }}
  67. bindsym Mod4+x exec xmodmap ~/.Xmodmap-laptop && xset r rate $XSET_DELAY $XSET_RATE
  68. bindsym $mod+p --release exec "scrot -s /tmp/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
  69. bindsym Control+$mod+p --release exec "scrot -u /tmp/screenshot-$(date +%F_%T).png -e 'xclip -selection c -t image/png < $f'"
  70. {{ end }}
  71. # ]]] app shortcuts #
  72. # redshift [[[ #
  73. bindsym $mod+Mod4+1 exec redshift -x && redshift -O 1100
  74. bindsym $mod+Mod4+2 exec redshift -x && redshift -O 2000
  75. bindsym $mod+Mod4+3 exec redshift -x && redshift -O 3000
  76. bindsym $mod+Mod4+4 exec redshift -x && redshift -O 4000
  77. bindsym $mod+Mod4+5 exec redshift -x && redshift -O 5000
  78. bindsym $mod+Mod4+grave exec redshift -x
  79. # ]]] redshift #
  80. # backlight [[[ #
  81. {{ if eq .chezmoi.fullHostname "x1-carbon" }}
  82. bindsym Shift+F1 exec xbacklight -set 10
  83. bindsym Shift+F2 exec xbacklight -set 20
  84. bindsym Shift+F3 exec xbacklight -set 30
  85. bindsym Shift+F4 exec xbacklight -set 40
  86. bindsym Shift+F5 exec xbacklight -set 50
  87. bindsym Shift+F6 exec xbacklight -set 60
  88. bindsym Shift+F7 exec xbacklight -set 70
  89. bindsym Shift+F8 exec xbacklight -set 80
  90. bindsym Shift+F9 exec xbacklight -set 90
  91. bindsym Shift+F0 exec xbacklight -set 100
  92. bindsym Control+$mod+plus exec xbacklight -inc 2
  93. bindsym Control+$mod+minus exec xbacklight -dec 2
  94. bindsym $mod+w exec sudo systemctl start netctl-auto@wlp3s0.service
  95. bindsym $mod+q exec sudo systemctl stop netctl-auto@wlp3s0.service
  96. {{ end }}
  97. # ]]] backlight #
  98. for_window [class="Peek"] floating enable
  99. # ]]] applications #
  100. # container display [[[ #
  101. # Font for window titles
  102. font pango:$sb_font 11
  103. bindsym $mod+s layout stacking
  104. # change container layout (stacked, tabbed, toggle split)
  105. bindsym $mod+t layout tabbed
  106. bindsym $mod+e layout toggle split
  107. # enter fullscreen mode for the focused container
  108. bindsym $mod+f fullscreen toggle
  109. # toggle tiling /floating
  110. bindsym $mod+Shift+space floating toggle
  111. # change focus between tiling / floating windows
  112. bindsym $mod+space focus mode_toggle
  113. # focus the parent container
  114. bindsym $mod+a focus parent
  115. # focus the child container
  116. #bindsym $mod+d focus child
  117. # gaps [[[ #
  118. for_window [class="^.*"] border pixel 3
  119. set $inner_gaps 40
  120. set $outer_gaps 0
  121. # remove window titlebars
  122. # for_window [class="^.*"] border pixel 1
  123. # gaps inner $inner_gaps
  124. # gaps outer $outer_gaps
  125. # gaps bottom 0
  126. gaps inner 0
  127. gaps outer 0
  128. # other gaps [[[ #
  129. # gaps horizontal 20
  130. # gaps vertical 10
  131. # gaps top
  132. # gaps left 20
  133. # gaps right 20
  134. # gaps bottom
  135. # ]]] other gaps #
  136. bindsym Control+shift+plus gaps inner all set $inner_gaps;gaps outer all set $outer_gaps
  137. bindsym Control+shift+0 gaps inner all set 0;gaps outer all set 0
  138. # ]]] gaps #
  139. # colors from pywal [[[ #
  140. set_from_resource $fg i3wm.color7 #f0f0f0
  141. #F0F0F0
  142. # Set colors from Xresources
  143. # Change 'color7' and 'color2' to whatever colors you want i3 to use
  144. # from the generated scheme.
  145. # NOTE: The '#f0f0f0' in the lines below is the color i3 will use if
  146. # it fails to get colors from Xresources.
  147. set_from_resource $bg i3wm.color2 #f0f0f0
  148. # class border backgr. text indicator child_border
  149. client.focused $bg $bg $fg $bg $bg
  150. # client.unfocused $fg $bg $fg $bg $fg
  151. # client.urgent $bg $bg $fg $bg $bg
  152. # client.placeholder $bg $bg $fg $bg $bg
  153. # client.background $bg
  154. # ]]] colors from pywal #
  155. # ]]] container display #
  156. # moving windows [[[ #
  157. # Use Mouse+$mod to drag floating windows to their wanted position
  158. floating_modifier $mod
  159. # change focus
  160. bindsym Control+h focus left
  161. bindsym Control+j focus down
  162. bindsym Control+k focus up
  163. bindsym Control+l focus right
  164. # move workspace to other monitor
  165. bindsym $mod+minus move workspace to output left
  166. bindsym $mod+plus move workspace to output right
  167. # move focused window
  168. {{ if eq .chezmoi.fullHostname "x1-carbon" }}
  169. bindsym Control+Shift+h move left 50px
  170. bindsym Control+Shift+j move down 50px
  171. bindsym Control+Shift+k move up 50px
  172. bindsym Control+Shift+l move right 50px
  173. {{ else }}
  174. bindsym Control+Shift+h move left
  175. bindsym Control+Shift+j move down
  176. bindsym Control+Shift+k move up
  177. bindsym Control+Shift+l move right
  178. {{ end }}
  179. # split in horizontal orientation
  180. bindsym $mod+b split h
  181. bindsym Mod4+$mod+b split h; exec $term
  182. # split in vertical orientation
  183. bindsym $mod+v split v
  184. bindsym Mod4+$mod+v split v; exec $term
  185. # resizing windows #
  186. bindsym $mod+Control+h resize grow width 5 px or 5 ppt
  187. bindsym $mod+Control+k resize grow height 5 px or 5 ppt
  188. bindsym $mod+Control+j resize shrink height 5 px or 5 ppt
  189. bindsym $mod+Control+l resize shrink width 5 px or 5 ppt
  190. # bindsym Control+Shift+x kill
  191. bindsym shift+x kill
  192. # ]]] moving windows #
  193. # backgrounds [[[ #
  194. set $make_st_script "/home/kevin/st/make-st.sh"
  195. {{ if eq .chezmoi.fullHostname "x1-carbon" }}
  196. bindsym Control+$mod+q exec wal -i $($scripts_path/shuffler "$HOME/Pictures/Backgrounds/bright/editing") && $make_st_script
  197. bindsym Control+$mod+w exec wal -i $($scripts_path/shuffler "$HOME/Pictures/Backgrounds/dim/non-editing") && $make_st_script
  198. bindsym Control+$mod+z exec feh --bg-fill ~/Pictures/Backgrounds/dim/black.jpg
  199. {{ else }}
  200. bindsym $mod+q exec wal -i $($scripts_path/shuffler "$HOME/Pictures/Backgrounds/bright/editing") && $make_st_script
  201. bindsym $mod+w exec wal -i $($scripts_path/shuffler "$HOME/Pictures/Backgrounds/dim/non-editing") && $make_st_script
  202. # bindsym $mod+w exec ~/linux-config/scripts/bg-chooser
  203. {{ end }}
  204. bindsym $mod+r exec wal -i $($scripts_path/shuffler "$HOME/Pictures/Backgrounds/dim/editing") && $make_st_script
  205. bindsym $mod+y exec wal -i $($scripts_path/shuffler "$HOME/Pictures/Backgrounds/bright/non-editing") && $make_st_script
  206. # ]]] backgrounds #
  207. # ws names [[[ #
  208. set $ws1 "1 "
  209. {{ if eq .chezmoi.fullHostname "x1-carbon" }}
  210. set $secondary "HDMI2"
  211. set $main "eDP1"
  212. {{ else if eq .chezmoi.fullHostname "nzxt" }}
  213. set $secondary "DVI-I-1"
  214. set $main "HDMI-0"
  215. {{ end }}
  216. workspace $ws1 output $main
  217. bindsym $mod+F1 workspace $ws1; exec $term
  218. set $ws2 "2 "
  219. workspace $ws2 output $secondary
  220. bindsym $mod+F2 workspace $ws2; exec $term
  221. set $ws3 "3 "
  222. # set $ws3 "3 "
  223. workspace $ws3 output $main
  224. bindsym $mod+F3 workspace $ws3; exec $browser
  225. set $ws4 "4 "
  226. workspace $ws4 output $secondary
  227. bindsym $mod+F4 workspace $ws4; exec $term
  228. set $ws5 "5 "
  229. workspace $ws5 output $secondary
  230. assign [class="Steam"] $ws5
  231. bindsym $mod+F5 workspace $ws5; exec $browser
  232. # bindsym Mod4+g workspace $ws5; layout stacking; exec urxvt -e steam
  233. # bindsym Mod4+g workspace $ws5; layout tabbed; exec gimp
  234. bindsym Mod4+g workspace $ws5; exec mgba-qt
  235. bindsym Mod4+t workspace $ws5; exec thunderbird
  236. bindsym Mod4+5 workspace $ws5; exec godot
  237. bindsym Mod4+F5 workspace $ws5; exec cd ~/coding/ada-mario && godot -e
  238. # for_window [class="Move_mouse_with_head"] floating enable; move absolute position 0 0
  239. for_window [class="Face_detector"] floating enable
  240. for_window [class="Face_detector"] move absolute position 0 0
  241. for_window [class="ada-mario"] floating enable
  242. # for_window [class="ada-mario"] move absolute position 930 480
  243. for_window [class="ada-mario"] move absolute position 640 0
  244. set $ws6 "6 "
  245. workspace $ws6 output $secondary
  246. assign [class="Slack"] $ws6
  247. bindsym Mod4+d workspace $ws6; exec discord
  248. # bindsym Mod4+i workspace $ws6; exec firefox -new-window https://riot.im/app/#/home
  249. bindsym Mod4+k workspace $ws6; exec slack
  250. set $ws7 "7 "
  251. workspace $ws7 output $secondary
  252. bindsym $mod+F7 workspace $ws7; exec $term
  253. # bindsym Mod4+v workspace $ws7; exec VBoxManage startvm "369-a1"
  254. set $ws8 "8 "
  255. # assign [class="jetbrains-"] $ws8
  256. workspace $ws8 output $secondary
  257. bindsym $mod+F8 workspace $ws8; exec $term
  258. set $ws9 "9 "
  259. workspace $ws9 output $secondary
  260. bindsym $mod+F9 workspace $ws9; exec $term
  261. set $ws10 "10 "
  262. # set $ws10 "10 🎵"
  263. assign [class="spotify"] $ws10
  264. workspace $ws10 output $secondary
  265. set $hp 2
  266. # bindsym Mod4+v workspace $ws10; exec urxvt -e alsamixer -c 0
  267. bindsym Mod4+v workspace $ws10; exec urxvt -e alsamixer -c 1
  268. bindsym Mod4+$mod+c workspace $ws10; exec urxvt -e cava
  269. # bindsym Mod4+h workspace $ws10; exec urxvt -e alsamixer -c $hp
  270. bindsym Mod4+s workspace $ws10; exec spotify
  271. set $ws11 "11 "
  272. # set $ws11 "11 📊"
  273. # assign [class="Summoners War Exporter"] $ws11
  274. workspace $ws11 output $secondary
  275. bindsym $mod+F11 workspace $ws11; exec urxvt -e htop -s PERCENT_CPU
  276. set $ws12 "12 "
  277. bindsym $mod+F12 workspace $ws12; exec $term
  278. set $ws13 "13 "
  279. bindsym Mod4+F3 workspace $ws13; exec $term
  280. set $ws14 "14"
  281. set $ws15 "15"
  282. # ]]] ws names #
  283. # ws bindings [[[ #
  284. bindsym $mod+h workspace prev
  285. bindsym $mod+l workspace next
  286. bindsym $mod+1 workspace $ws1
  287. bindsym $mod+2 workspace $ws2
  288. bindsym $mod+3 workspace $ws3
  289. bindsym $mod+4 workspace $ws4
  290. bindsym $mod+5 workspace $ws5
  291. bindsym $mod+6 workspace $ws6
  292. bindsym $mod+7 workspace $ws7
  293. bindsym $mod+8 workspace $ws8
  294. bindsym $mod+9 workspace $ws9
  295. bindsym $mod+0 workspace $ws10
  296. bindsym Mod4+1 workspace $ws11
  297. # bindsym Mod4+2 workspace $ws12
  298. # bindsym Mod4+3 workspace $ws13
  299. # bindsym Mod4+4 workspace $ws14
  300. # bindsym Mod4+5 workspace $ws15
  301. # move container to ws [[[ #
  302. bindsym $mod+Control+1 move container to workspace $ws1; workspace $ws1
  303. bindsym $mod+Control+2 move container to workspace $ws2; workspace $ws2
  304. bindsym $mod+Control+3 move container to workspace $ws3; workspace $ws3
  305. bindsym $mod+Control+4 move container to workspace $ws4; workspace $ws4
  306. bindsym $mod+Control+5 move container to workspace $ws5; workspace $ws5
  307. bindsym $mod+Control+6 move container to workspace $ws6; workspace $ws6
  308. bindsym $mod+Control+7 move container to workspace $ws7; workspace $ws7
  309. bindsym $mod+Control+8 move container to workspace $ws8; workspace $ws8
  310. bindsym $mod+Control+9 move container to workspace $ws9; workspace $ws9
  311. bindsym $mod+Control+0 move container to workspace $ws10; workspace $ws10
  312. bindsym $mod+Shift+1 move container to workspace $ws11; workspace $ws11
  313. bindsym $mod+Shift+2 move container to workspace $ws12; workspace $ws12
  314. bindsym $mod+Shift+3 move container to workspace $ws13; workspace $ws13
  315. bindsym $mod+Shift+4 move container to workspace $ws14; workspace $ws14
  316. bindsym $mod+Shift+5 move container to workspace $ws15; workspace $ws15
  317. # ]]] move container to ws #
  318. # ]]] ws bindings #
  319. # reload config [[[ #
  320. bindsym $mod+Control+r exec i3-msg restart
  321. bindsym $mod+Shift+c reload
  322. # bindsym $mod+Control+r reload
  323. bindsym $mod+Control+u exec xrdb ~/.Xresources
  324. # exit i3 (logs you out of your X session)
  325. bindsym Control+$mod+s exec systemctl suspend
  326. 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'"
  327. # ]]] reload config #
  328. # status bar [[[ #
  329. # bar vars [[[ #
  330. # set $sb_font Hack NF Bold
  331. # set $sb_font EmojiOne
  332. set $sb_font DejaVuSansMono Nerd Font Mono Bold
  333. set $black #000000
  334. set $white #ffffff
  335. for_window [class="Yad"] floating enable
  336. # set $inactive_ws_bg $white
  337. set $inactive_ws_bg #444c52
  338. #00ffff
  339. # set $inactive_ws_trans 96
  340. set $inactive_ws_trans 00
  341. # set $active_ws_trans 91
  342. set $active_ws_trans 4b
  343. set $focused_ws_text #ffffff
  344. # ]]] bar vars #
  345. # main bar [[[ #
  346. # set $bar_trans 64
  347. set $bar_trans 00
  348. set $main_ws_trans aa
  349. bar {
  350. i3bar_command i3bar -t
  351. {{ if eq .chezmoi.fullHostname "x1-carbon" }}
  352. font pango:$sb_font 17
  353. {{ else }}
  354. font pango:$sb_font 21
  355. # font pango:$sb_font 19
  356. {{ end }}
  357. colors {
  358. # 0 (transparent) -> 255 (opaque) in hex
  359. background $black$bar_trans
  360. # border, bg, text color
  361. # focused_workspace $inactive_ws_bg $bg $focused_ws_text
  362. focused_workspace $inactive_ws_bg $bg $fg
  363. # active = focused on other screen
  364. active_workspace $inactive_ws_bg $fg$active_ws_trans $fg
  365. inactive_workspace $inactive_ws_bg $inactive_ws_bg$inactive_ws_trans $fg
  366. }
  367. tray_output none
  368. # status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf
  369. status_command 2>/tmp/i3blocks.err i3blocks -vvv -c ~/.config/i3blocks/i3blocks.conf | tee /tmp/i3blocks.out
  370. output $main
  371. wheel_up_cmd nop
  372. wheel_down_cmd nop
  373. }
  374. # ]]] main bar #
  375. # secondary bar [[[ #
  376. bar {
  377. output $secondary
  378. {{ if eq .chezmoi.fullHostname "x1-carbon" }}
  379. font pango:$sb_font 18
  380. {{ else }}
  381. font pango:$sb_font 25
  382. # font pango:$sb_font 20
  383. {{ end }}
  384. # output $main
  385. i3bar_command i3bar -t
  386. colors {
  387. background $black$bar_trans
  388. # border, bg, text color
  389. # focused_workspace $inactive_ws_bg $bg $focused_ws_text
  390. focused_workspace $inactive_ws_bg $bg $fg
  391. active_workspace $inactive_ws_bg $fg$active_ws_trans $fg
  392. inactive_workspace $inactive_ws_bg $inactive_ws_bg$inactive_ws_trans $fg
  393. }
  394. status_command i3blocks -c ~/.config/i3blocks/i3blocks-secondary.conf
  395. # status_command 2>/tmp/i3blocks-sam.err i3blocks -vvv -c ~/.config/i3blocks/sam-i3blocks.conf | tee /tmp/i3blocks-sam.out
  396. tray_output none
  397. wheel_up_cmd nop
  398. wheel_down_cmd nop
  399. }
  400. # ]]] secondary bar #
  401. # display bar [[[ #
  402. # bar {
  403. # i3bar_command i3bar -t
  404. # font pango:$sb_font 23
  405. # tray_output none
  406. # status_command i3blocks -c ~/.config/i3blocks/i3blocks-display.conf
  407. # output $secondary
  408. # wheel_up_cmd nop
  409. # wheel_down_cmd nop
  410. # }
  411. # ]]] display bar #
  412. # ]]] status bar #
  413. # media keys [[[ #
  414. # sink
  415. bindsym XF86AudioRaiseVolume exec amixer -q -D pulse sset Master 5%+ && pkill -RTMIN+1 i3blocks
  416. bindsym Control+d exec ~/linux-config/scripts/change-sink dac
  417. # bindsym Control+shift+d exec ~/linux-config/scripts/change-sink dac2
  418. bindsym Control+o exec ~/linux-config/scripts/change-sink line-out
  419. # media
  420. bindsym XF86AudioLowerVolume exec amixer -q -D pulse sset Master 5%- && pkill -RTMIN+1 i3blocks
  421. bindsym XF86AudioMute exec amixer -q -D pulse sset Master toggle && pkill -RTMIN+1 i3blocks
  422. bindsym XF86AudioPlay exec "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause"
  423. bindsym XF86AudioStop exec "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop"
  424. bindsym XF86AudioPrev exec "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous"
  425. bindsym XF86AudioNext exec "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next"
  426. # ]]] media keys #
  427. # vim: fdm=marker ft=i3.go-template