feat: switch to foot for hyprland config

This commit is contained in:
Ahwx 2025-09-09 08:13:30 +02:00
parent 0d89ebd2e5
commit 2868f55690

View file

@ -85,6 +85,7 @@
"wl-paste --watch cliphist store &" "wl-paste --watch cliphist store &"
"yubikey-touch-detector --libnotify &" "yubikey-touch-detector --libnotify &"
"mpDris2 &" "mpDris2 &"
"foot --server"
]; ];
input = { input = {
@ -213,8 +214,8 @@
bind = [ bind = [
# keybindings # keybindings
"$mainMod, Return, exec, kitty" "$mainMod, Return, exec, footclient"
"$mainMod SHIFT, Return, exec, [float; center; size 950 650] kitty" "$mainMod SHIFT, Return, exec, [float; center; size 950 650] footclient"
"$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,"
@ -332,6 +333,9 @@
"float,title:^(float_kitty)$" "float,title:^(float_kitty)$"
"center,title:^(float_kitty)$" "center,title:^(float_kitty)$"
"size 950 600,title:^(float_kitty)$" "size 950 600,title:^(float_kitty)$"
"float,title:^(float_foot)$"
"center,title:^(float_foot)$"
"size 950 600,title:^(float_foot)$"
"float,title:^(Volume Control)$" "float,title:^(Volume Control)$"
"float,title:^(Librewolf Sharing Indicator)$" "float,title:^(Librewolf Sharing Indicator)$"
"move 0 0,title:^(Librewolf Sharing Indicator)$" "move 0 0,title:^(Librewolf Sharing Indicator)$"