Compare commits

..

No commits in common. "4380db794b88572136f42845beab8666fdd952cb" and "d54953e35a82640f0275a426f8502c8d5d9ec292" have entirely different histories.

3 changed files with 9 additions and 14 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1757075491, "lastModified": 1756022458,
"narHash": "sha256-a+NMGl5tcvm+hyfSG2DlVPa8nZLpsumuRj1FfcKb2mQ=", "narHash": "sha256-J1i35r4HfNDdPpwL0vOBaZopQudAUVtartEerc1Jryc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f56bf065f9abedc7bc15e1f2454aa5c8edabaacf", "rev": "9e3a33c0bcbc25619e540b9dfea372282f8a9740",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1756787288, "lastModified": 1755615617,
"narHash": "sha256-rw/PHa1cqiePdBxhF66V7R+WAP8WekQ0mCDG4CFqT8Y=", "narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d0fc30899600b9b3466ddb260fd83deb486c32f1", "rev": "20075955deac2583bb12f07151c2df830ef346b4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -39,11 +39,11 @@ in
./programm_configs/zsh.nix ./programm_configs/zsh.nix
./programm_configs/gnome.nix ./programm_configs/gnome.nix
./programm_configs/autorandr.nix ./programm_configs/autorandr.nix
./programm_configs/polybar.nix
] ++ (if x11mode then [ ] ++ (if x11mode then [
./programm_configs/i3.nix ./programm_configs/i3.nix
./programm_configs/picom.nix ./programm_configs/picom.nix
./programm_configs/redshift.nix ./programm_configs/redshift.nix
./programm_configs/polybar.nix
] else [ ] else [
./programm_configs/sway.nix ./programm_configs/sway.nix
./programm_configs/swaylock.nix ./programm_configs/swaylock.nix
@ -130,11 +130,6 @@ in
target = ".config/sway/lock.sh"; target = ".config/sway/lock.sh";
executable = true; executable = true;
}; };
swaylock_suspend = {
source = ./programm_configs/lock_and_suspend.sh;
target = ".config/sway/lock_and_suspend.sh";
executable = true;
};
}; };
# envars # envars

View file

@ -31,8 +31,8 @@
keybindings = { keybindings = {
# screenlock # screenlock
"${mod}+Shift+l" = "exec --no-startup-id ~/.config/sway/lock_and_suspend.sh"; "${mod}+shift+l" = "exec --no-startup-id ~/.config/sway/lock_and_suspend.sh";
"${mod}+l" = "exec --no-startup-id ~/.config/sway/lock.sh"; "${mod}+l" = "exec --no-startup-id ~/.config/sway/lock.sh";
# audio control fluff # audio control fluff
"XF86AudioRaiseVolume" = "exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 5%+"; "XF86AudioRaiseVolume" = "exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 5%+";