mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: switch to foot for hyprland config
This commit is contained in:
parent
0d89ebd2e5
commit
2868f55690
1 changed files with 6 additions and 2 deletions
|
|
@ -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)$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue