mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[i3] add passthrough mode
This commit is contained in:
parent
488a673da9
commit
4c82355472
1 changed files with 5 additions and 0 deletions
|
@ -222,6 +222,11 @@ mode "resize" {
|
|||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
mode "passthrough" {
|
||||
bindsym Mod4+Escape mode "default"
|
||||
}
|
||||
bindsym Mod4+Escape mode "passthrough"
|
||||
|
||||
# colors
|
||||
set $bg-color #2F343F
|
||||
set $inactive-bg-color #2F343F
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue