feat: expanded all lists

This commit is contained in:
Nick 2025-01-08 19:06:14 -06:00
parent 59cc199722
commit bb0b55b011
144 changed files with 1798 additions and 507 deletions

View file

@ -45,7 +45,8 @@ let
superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [
# Super+shift binds
"S, exec, grim -g \"$(slurp)\" - | wl-copy -t image/png"
"S, exec, hyprshot -m region"
"W, exec, hyprshot -m window"
"Print, exec, grim -g \"$(slurp)\""
"ScrollDown, workspace, previous"
"left , movewindow, l"

View file

@ -1,6 +1,5 @@
[
"swaylock"
"grim"
"wl-clipboard"
"wpaperd"
"gammastep"
@ -9,4 +8,9 @@
"waybar"
"nm-applet"
"blueman-applet"
"easyeffects"
"pkill easyeffects"
"emote"
"sgsettings set org.gnome.desktop.interface cursor-theme 'catppuccin-mocha-dark-cursors'"
"gsettings set org.gnome.desktop.interface cursor-size 18"
]

View file

@ -4,14 +4,12 @@ let
nomacs = "(org.nomacs.ImageLounge)";
mpv = "(mpv)";
emote = "(emote)";
proton = "(.protonvpn-app-wrapped)";
maxsizeWindows = [
"maxsize 640x360, class:^${blueman}$"
"maxsize 640x360, class:^${easyeffects}$"
"maxsize 640x360, class:^${mpv}$"
"maxsize 960x540, class:^${nomacs}$"
"maxsize 1000x1000, class:^${proton}$"
"maxsize 640 640, class:^${blueman}$"
"maxsize 720 720, class:^${easyeffects}$"
"maxsize 720 720, class:^${mpv}$"
"maxsize 640 360, class:^${nomacs}$"
];
floatWindows = builtins.map (x: "float, " + x) [
"class:${blueman}"
@ -19,7 +17,6 @@ let
"class:${emote}"
"class:${mpv}"
"class:${nomacs}"
"class:${proton}"
"title:^(Picture-in-Picture)$"
];