Compare commits

..

No commits in common. "650dbbe6075afc1b9d4dcdfdc51cd81e7f8ae48a" and "8cf94cfc60449546c27ac303390261313f396943" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -58,8 +58,6 @@ in
]; ];
}; };
services.swayosd.enable = true;
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
@ -119,14 +117,7 @@ in
"${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}+Shift+s" = "exec shotman --capture region --copy"; "${modifier}+Shift+s" = "exec shotman --capture region --copy";
"${modifier}+l" = "exec ${lock_command}"; "${modifier}+l" = "exec ${lock_command}";
"${modifier}+Shift+m" = "output '*' power off, output '*' power on, exec ${pkgs.kanshi}/bin/kanshictl reload"; "${modifier}+Shift+m" = "output DP-2 power off, output DP-3 power off, output DP-2 power on, output DP-3 power on";
"--release Caps_Lock" = "exec swayosd --caps-lock";
"XF86AudioRaiseVolume" = "exec swayosd --output-volume raise";
"XF86AudioLowerVolume" = "exec swayosd --output-volume lower";
"XF86AudioMute" = "exec swayosd --output-volume mute-toggle";
"XF86AudioMicMute" = "exec swayosd --input-volume mute-toggle";
}; };
assigns = { assigns = {

View File

@ -33,8 +33,6 @@
libreoffice libreoffice
gthumb gthumb
gimp gimp
joplin
joplin-desktop
]; ];
stateVersion = "22.05"; stateVersion = "22.05";