Posts Tagged “i3wm”:

Quickly View I3Wm Hotkeys

Use the code below to quickly view all the active hotkeys in your i3wm config file: ## i3keys ``` #!/bin/bash grep "^[ ]*bindsym" ~/.i3/config | sed -e 's/^[ ]*bindsym //' -e 's/^[ ]*$mod/win/' | less ``` ## Background i3wm has a *lot* of functions that come assigned to hotkeys by... [Read More]
Tags: i3wm