Compare commits

...

2 commits

Author SHA1 Message Date
Nick
879d7a45cc feat: changed some hyprland stuff 2025-03-15 00:28:24 -05:00
Nick
355581af72 chore: updated uuid 2025-03-14 22:52:52 -05:00
3 changed files with 9 additions and 9 deletions

View file

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

View file

@ -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}$"

View file

@ -57,11 +57,11 @@ in
in
{
"/" = {
device = "/dev/disk/by-uuid/aae33e00-125e-4f1c-b9aa-9fc512335b7f";
device = "/dev/disk/by-uuid/1556c3ad-8835-4cdf-a619-649d658bf6c7";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/C506-9E18";
device = "/dev/disk/by-uuid/9EDC-E534";
fsType = "vfat";
options = deimos.boot.options;
};
@ -70,7 +70,7 @@ in
// (builtins.listToAttrs (map sambaMounts sambaDrives));
swapDevices = [
{ device = "/dev/disk/by-uuid/68d6072a-e21b-4d11-88fd-22c5b9932a50"; }
{ device = "/dev/disk/by-uuid/fa814d6b-5ba9-48e6-8581-e6b5560a5038"; }
];
systemd.tmpfiles.rules = [