wofi: remove kill keybinding
This commit is contained in:
parent
4540a3b8a0
commit
785d26a581
1 changed files with 4 additions and 1 deletions
|
@ -86,6 +86,9 @@ decoration {
|
||||||
shadow_range = 4
|
shadow_range = 4
|
||||||
shadow_render_power = 3
|
shadow_render_power = 3
|
||||||
col.shadow = rgba(1a1a1aee)
|
col.shadow = rgba(1a1a1aee)
|
||||||
|
# dim_inactive = true
|
||||||
|
# dim_strength = 0.5
|
||||||
|
# inactive_opacity = 0.8
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
@ -152,7 +155,7 @@ bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, T, togglesplit, # dwindle
|
bind = $mainMod, T, togglesplit, # dwindle
|
||||||
bind = $mainMod, F, fullscreen, 1
|
bind = $mainMod, F, fullscreen, 1
|
||||||
bind = ALT, TAB, exec, $HOME/.cargo/bin/window_switcher
|
bind = ALT, TAB, exec, $HOME/.cargo/bin/window_switcher
|
||||||
bind = CONTROL, C, exec, pkill wofi
|
## bind = CONTROL, C, exec, pkill wofi
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, L, movefocus, l
|
bind = $mainMod, L, movefocus, l
|
||||||
|
|
Loading…
Add table
Reference in a new issue