mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
Compare commits
No commits in common. "879d7a45ccc50aaee65d1b79c389b6edfb86eac4" and "5b36df97f0f224af6a3bbfbf38da48a2159b7372" have entirely different histories.
879d7a45cc
...
5b36df97f0
3 changed files with 9 additions and 9 deletions
|
@ -29,8 +29,6 @@ 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"
|
||||||
|
@ -45,6 +43,8 @@ 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"
|
||||||
|
|
|
@ -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)";
|
||||||
floorp = "(floorp)";
|
firefox = "(firefox)";
|
||||||
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:^${floorp}$"
|
"fullscreen, class:^${firefox}$"
|
||||||
];
|
];
|
||||||
|
|
||||||
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:^${floorp}$"
|
# "class:^${firefox}$"
|
||||||
];
|
];
|
||||||
|
|
||||||
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:^${floorp}$"
|
"class:^${firefox}$"
|
||||||
"class:^${kdenlive}$"
|
"class:^${kdenlive}$"
|
||||||
"class:^(krita)$"
|
"class:^(krita)$"
|
||||||
"class:^${shotcut}$"
|
"class:^${shotcut}$"
|
||||||
|
|
|
@ -57,11 +57,11 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/1556c3ad-8835-4cdf-a619-649d658bf6c7";
|
device = "/dev/disk/by-uuid/aae33e00-125e-4f1c-b9aa-9fc512335b7f";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/9EDC-E534";
|
device = "/dev/disk/by-uuid/C506-9E18";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = deimos.boot.options;
|
options = deimos.boot.options;
|
||||||
};
|
};
|
||||||
|
@ -70,7 +70,7 @@ in
|
||||||
// (builtins.listToAttrs (map sambaMounts sambaDrives));
|
// (builtins.listToAttrs (map sambaMounts sambaDrives));
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{ device = "/dev/disk/by-uuid/fa814d6b-5ba9-48e6-8581-e6b5560a5038"; }
|
{ device = "/dev/disk/by-uuid/68d6072a-e21b-4d11-88fd-22c5b9932a50"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue