Compare commits
2 Commits
6672763d1d
...
fa40580550
Author | SHA1 | Date | |
---|---|---|---|
fa40580550 | |||
ef43a5647e |
@ -10,6 +10,7 @@ in
|
||||
|
||||
home.packages = with pkgs; [
|
||||
xdg-utils
|
||||
swaylock-fancy
|
||||
];
|
||||
|
||||
programs.fuzzel = {
|
||||
@ -88,6 +89,7 @@ in
|
||||
in
|
||||
lib.mkOptionDefault {
|
||||
"${modifier}+Shift+o" = "exec xdg-open \"zoommtg://zoom.us/join?action=join&confno=4861587170&pwd=ZVk3aHphcWppY21ONjZOMVh6STN6dz09\"";
|
||||
"${modifier}+l" = "exec swaylock-fancy";
|
||||
};
|
||||
|
||||
assigns = {
|
||||
@ -108,5 +110,4 @@ in
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -6,12 +6,10 @@
|
||||
DP-2 = {
|
||||
scale = "1.5";
|
||||
position = "0 526";
|
||||
# position = "0 790";
|
||||
};
|
||||
DP-3 = {
|
||||
scale = "1.5";
|
||||
position = "2560 0";
|
||||
# position = "3840 0";
|
||||
transform = "90";
|
||||
};
|
||||
};
|
||||
@ -28,6 +26,5 @@
|
||||
{ workspace = "8"; output = "DP-2"; }
|
||||
{ workspace = "9"; output = "DP-3"; }
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user