Skip to content

Instantly share code, notes, and snippets.

View rswrz's full-sized avatar
🚀
Automating reliability – one script at a time.

Roman Schwarz rswrz

🚀
Automating reliability – one script at a time.
View GitHub Profile
bindsym $mod1+m mode "Mark"
bindsym $mod1+grave mode "Goto"
mode "Mark" {
bindsym Return $default
bindsym Escape $default
bindsym 1 mark 1; $default
bindsym 2 mark 2; $default
bindsym 3 mark 3; $default
bindsym $mod1+$mod4+h focus left, split toggle, focus right, move left
bindsym $mod1+$mod4+j focus down, split toggle, focus up, move down
bindsym $mod1+$mod4+k focus up, split toggle, focus down, move up
bindsym $mod1+$mod4+l focus right, split toggle, focus left, move right