Update bindings + keepass stuffs

This commit is contained in:
2024-10-23 21:46:15 +02:00
parent e630d6b85a
commit 94c64e0609
3 changed files with 8 additions and 4 deletions
+5 -2
View File
@@ -137,10 +137,13 @@ bindsym $MOD+Left focus left
bindsym $MOD+Down focus down
bindsym $MOD+Up focus up
bindsym $MOD+Right focus right
bindsym $MOD+a focus left
bindsym $MOD+d focus right
## Sets focus to the parent container of the current container.
bindsym $MOD+a focus parent
# bindsym $MOD+a focus parent
## The opposite of `focus parent`, sets the focus to the last focused child container.
bindsym $MOD+d focus child
# bindsym $MOD+d focus child
## Automatically sets focus to the adjacent container.
bindsym $MOD+Tab focus next
## Toggles focus between floating/tiling containers.