feat: changed some hyprland stuff

This commit is contained in:
Nick 2025-03-15 00:28:24 -05:00
parent 355581af72
commit 879d7a45cc
2 changed files with 6 additions and 6 deletions

View file

@ -29,6 +29,8 @@ let
"A, movefocus, u" "A, movefocus, u"
"E, movefocus, d" "E, movefocus, d"
"I, movefocus, r" "I, movefocus, r"
"F, splitratio, 0.33"
"O, splitratio, -0.33"
# Audio # Audio
"PageUp, exec, playerctl next" "PageUp, exec, playerctl next"
"PageDown, exec, playerctl previous" "PageDown, exec, playerctl previous"
@ -43,8 +45,6 @@ let
"A, movewindow, u" "A, movewindow, u"
"E, movewindow, d" "E, movewindow, d"
"I, movewindow, r" "I, movewindow, r"
"equal, splitratio, 0.33"
"minus, splitratio, -0.33"
# Quick Action # Quick Action
"T, exec, ghostty" "T, exec, ghostty"
"S, exec, flameshot gui" "S, exec, flameshot gui"

View file

@ -2,7 +2,7 @@ let
blueman = "(.blueman-manager-wrapped)"; blueman = "(.blueman-manager-wrapped)";
calculator = "(org.gnome.Calculator)"; calculator = "(org.gnome.Calculator)";
easyeffects = "(com.github.wwmm.easyeffects)"; easyeffects = "(com.github.wwmm.easyeffects)";
firefox = "(firefox)"; floorp = "(floorp)";
nomacs = "(org.nomacs.ImageLounge)"; nomacs = "(org.nomacs.ImageLounge)";
mpv = "(mpv)"; mpv = "(mpv)";
vlc = "(vlc)"; vlc = "(vlc)";
@ -69,7 +69,7 @@ let
]; ];
idleInhibit = builtins.map (x: "idleinhibit, " + x) [ idleInhibit = builtins.map (x: "idleinhibit, " + x) [
"fullscreen, class:^${firefox}$" "fullscreen, class:^${floorp}$"
]; ];
workspaceInit1 = builtins.map (x: "workspace 1 silent, " + x) [ workspaceInit1 = builtins.map (x: "workspace 1 silent, " + x) [
@ -79,7 +79,7 @@ let
workspaceInit2 = builtins.map (x: "workspace 2 silent, " + x) [ workspaceInit2 = builtins.map (x: "workspace 2 silent, " + x) [
"class:^${code}$" "class:^${code}$"
# "class:^${firefox}$" # "class:^${floorp}$"
]; ];
workspaceInit3 = builtins.map (x: "workspace 3 silent, " + x) [ workspaceInit3 = builtins.map (x: "workspace 3 silent, " + x) [
@ -111,7 +111,7 @@ let
]; ];
opaqueWindows = builtins.map (x: "opaque, " + x) [ opaqueWindows = builtins.map (x: "opaque, " + x) [
"class:^${firefox}$" "class:^${floorp}$"
"class:^${kdenlive}$" "class:^${kdenlive}$"
"class:^(krita)$" "class:^(krita)$"
"class:^${shotcut}$" "class:^${shotcut}$"