Compare commits

...

2 Commits

Author SHA1 Message Date
fa40580550
chore: clean comments 2023-09-26 08:49:07 +02:00
ef43a5647e
feat: add swaylock-fancy 2023-09-26 08:48:56 +02:00
2 changed files with 2 additions and 4 deletions

View File

@ -10,6 +10,7 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
xdg-utils xdg-utils
swaylock-fancy
]; ];
programs.fuzzel = { programs.fuzzel = {
@ -88,6 +89,7 @@ in
in in
lib.mkOptionDefault { lib.mkOptionDefault {
"${modifier}+Shift+o" = "exec xdg-open \"zoommtg://zoom.us/join?action=join&confno=4861587170&pwd=ZVk3aHphcWppY21ONjZOMVh6STN6dz09\""; "${modifier}+Shift+o" = "exec xdg-open \"zoommtg://zoom.us/join?action=join&confno=4861587170&pwd=ZVk3aHphcWppY21ONjZOMVh6STN6dz09\"";
"${modifier}+l" = "exec swaylock-fancy";
}; };
assigns = { assigns = {
@ -108,5 +110,4 @@ in
]; ];
}; };
}; };
} }

View File

@ -6,12 +6,10 @@
DP-2 = { DP-2 = {
scale = "1.5"; scale = "1.5";
position = "0 526"; position = "0 526";
# position = "0 790";
}; };
DP-3 = { DP-3 = {
scale = "1.5"; scale = "1.5";
position = "2560 0"; position = "2560 0";
# position = "3840 0";
transform = "90"; transform = "90";
}; };
}; };
@ -28,6 +26,5 @@
{ workspace = "8"; output = "DP-2"; } { workspace = "8"; output = "DP-2"; }
{ workspace = "9"; output = "DP-3"; } { workspace = "9"; output = "DP-3"; }
]; ];
}; };
} }