mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Cleanup and fix sway first workspace
This commit is contained in:
parent
c5f988764c
commit
a9ff6300b4
2 changed files with 11 additions and 3 deletions
|
|
@ -23,6 +23,12 @@ in {
|
|||
settings = {
|
||||
image = "${image}";
|
||||
effect-blur = "30x3";
|
||||
|
||||
submit-on-touch = true;
|
||||
|
||||
indicator = true;
|
||||
clock = true;
|
||||
# grace = 2;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -149,7 +155,6 @@ in {
|
|||
"${mod}+7" = "workspace number 7";
|
||||
"${mod}+8" = "workspace number 8";
|
||||
"${mod}+9" = "workspace number 9";
|
||||
"${mod}+0" = "workspace number 10";
|
||||
# Move focused container to workspace
|
||||
"${mod}+Shift+1" = "move container to workspace number 1";
|
||||
"${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+8" = "move container to workspace number 8";
|
||||
"${mod}+Shift+9" = "move container to workspace number 9";
|
||||
"${mod}+Shift+0" = "move container to workspace number 10";
|
||||
|
||||
## Layout
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
boot = {
|
||||
loader = {
|
||||
timeout = 0;
|
||||
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 5;
|
||||
|
|
@ -151,12 +150,17 @@
|
|||
# Install firefox.
|
||||
programs.firefox.enable = true;
|
||||
programs.fish.enable = true;
|
||||
|
||||
# Sway
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
# package = null;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
|
||||
security.pam.services.swaylock = {};
|
||||
security.pam.services.swaylock.fprintAuth = true;
|
||||
|
||||
programs.appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue