fixed lock
This commit is contained in:
parent
a2bd846f86
commit
37eac1b4bb
2 changed files with 2 additions and 1 deletions
1
home.nix
1
home.nix
|
|
@ -76,6 +76,7 @@ in
|
|||
i3lock = {
|
||||
source = ./programm_configs/lock.sh;
|
||||
target = ".config/i3/lock.sh";
|
||||
executable = true;
|
||||
};
|
||||
wallpaper = {
|
||||
source = ./media/wallpaper.png;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ in
|
|||
"${mod}+d" = "exec rofi -show combi -config ~/.config/rofi/config.rasi";
|
||||
|
||||
# screenlock
|
||||
"ctrl+${mod}+l" = "exec --no-startup-id ~/.config/i3/lock.sh";
|
||||
"${mod}+shift+l" = "exec --no-startup-id ~/.config/i3/lock.sh";
|
||||
|
||||
# audio control fluff
|
||||
"XF86AudioRaiseVolume" = "exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 5%+ && $refresh_i3status";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue