feat: adds floating kitty on mainMod+bspc

This commit is contained in:
Ahwx 2025-05-23 12:39:08 +02:00
parent 13294fcb09
commit 0de00b4a9c

View file

@ -214,6 +214,7 @@
bind = [ bind = [
# keybindings # keybindings
"$mainMod, Return, exec, kitty" "$mainMod, Return, exec, kitty"
"$mainMod, Backspace, exec, [float; center; size 950 650] kitty"
"$mainMod, Q, killactive," "$mainMod, Q, killactive,"
"$mainMod, F, fullscreen, 0" # set 1 to 0 to set full screen without waybar "$mainMod, F, fullscreen, 0" # set 1 to 0 to set full screen without waybar
"$mainMod, Space, togglefloating," "$mainMod, Space, togglefloating,"