mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: changed some hyprland stuff
This commit is contained in:
parent
355581af72
commit
879d7a45cc
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ let
|
|||
blueman = "(.blueman-manager-wrapped)";
|
||||
calculator = "(org.gnome.Calculator)";
|
||||
easyeffects = "(com.github.wwmm.easyeffects)";
|
||||
firefox = "(firefox)";
|
||||
floorp = "(floorp)";
|
||||
nomacs = "(org.nomacs.ImageLounge)";
|
||||
mpv = "(mpv)";
|
||||
vlc = "(vlc)";
|
||||
|
@ -69,7 +69,7 @@ let
|
|||
];
|
||||
|
||||
idleInhibit = builtins.map (x: "idleinhibit, " + x) [
|
||||
"fullscreen, class:^${firefox}$"
|
||||
"fullscreen, class:^${floorp}$"
|
||||
];
|
||||
|
||||
workspaceInit1 = builtins.map (x: "workspace 1 silent, " + x) [
|
||||
|
@ -79,7 +79,7 @@ let
|
|||
|
||||
workspaceInit2 = builtins.map (x: "workspace 2 silent, " + x) [
|
||||
"class:^${code}$"
|
||||
# "class:^${firefox}$"
|
||||
# "class:^${floorp}$"
|
||||
];
|
||||
|
||||
workspaceInit3 = builtins.map (x: "workspace 3 silent, " + x) [
|
||||
|
@ -111,7 +111,7 @@ let
|
|||
];
|
||||
|
||||
opaqueWindows = builtins.map (x: "opaque, " + x) [
|
||||
"class:^${firefox}$"
|
||||
"class:^${floorp}$"
|
||||
"class:^${kdenlive}$"
|
||||
"class:^(krita)$"
|
||||
"class:^${shotcut}$"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue