Cleanup and fix sway first workspace

This commit is contained in:
Tyler Mayoff 2025-03-03 20:56:09 -05:00
parent c5f988764c
commit a9ff6300b4
2 changed files with 11 additions and 3 deletions

View file

@ -23,6 +23,12 @@ in {
settings = { settings = {
image = "${image}"; image = "${image}";
effect-blur = "30x3"; effect-blur = "30x3";
submit-on-touch = true;
indicator = true;
clock = true;
# grace = 2;
}; };
}; };
@ -149,7 +155,6 @@ in {
"${mod}+7" = "workspace number 7"; "${mod}+7" = "workspace number 7";
"${mod}+8" = "workspace number 8"; "${mod}+8" = "workspace number 8";
"${mod}+9" = "workspace number 9"; "${mod}+9" = "workspace number 9";
"${mod}+0" = "workspace number 10";
# Move focused container to workspace # Move focused container to workspace
"${mod}+Shift+1" = "move container to workspace number 1"; "${mod}+Shift+1" = "move container to workspace number 1";
"${mod}+Shift+2" = "move container to workspace number 2"; "${mod}+Shift+2" = "move container to workspace number 2";
@ -160,7 +165,6 @@ in {
"${mod}+Shift+7" = "move container to workspace number 7"; "${mod}+Shift+7" = "move container to workspace number 7";
"${mod}+Shift+8" = "move container to workspace number 8"; "${mod}+Shift+8" = "move container to workspace number 8";
"${mod}+Shift+9" = "move container to workspace number 9"; "${mod}+Shift+9" = "move container to workspace number 9";
"${mod}+Shift+0" = "move container to workspace number 10";
## Layout ## Layout

View file

@ -28,7 +28,6 @@
boot = { boot = {
loader = { loader = {
timeout = 0; timeout = 0;
systemd-boot = { systemd-boot = {
enable = true; enable = true;
configurationLimit = 5; configurationLimit = 5;
@ -151,12 +150,17 @@
# Install firefox. # Install firefox.
programs.firefox.enable = true; programs.firefox.enable = true;
programs.fish.enable = true; programs.fish.enable = true;
# Sway
programs.sway = { programs.sway = {
enable = true; enable = true;
# package = null; # package = null;
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
}; };
security.pam.services.swaylock = {};
security.pam.services.swaylock.fprintAuth = true;
programs.appimage = { programs.appimage = {
enable = true; enable = true;
binfmt = true; binfmt = true;