mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
Compare commits
2 commits
5b36df97f0
...
879d7a45cc
Author | SHA1 | Date | |
---|---|---|---|
![]() |
879d7a45cc | ||
![]() |
355581af72 |
3 changed files with 9 additions and 9 deletions
|
@ -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"
|
||||||
|
|
|
@ -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}$"
|
||||||
|
|
|
@ -57,11 +57,11 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/aae33e00-125e-4f1c-b9aa-9fc512335b7f";
|
device = "/dev/disk/by-uuid/1556c3ad-8835-4cdf-a619-649d658bf6c7";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/C506-9E18";
|
device = "/dev/disk/by-uuid/9EDC-E534";
|
||||||
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/68d6072a-e21b-4d11-88fd-22c5b9932a50"; }
|
{ device = "/dev/disk/by-uuid/fa814d6b-5ba9-48e6-8581-e6b5560a5038"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue