diff options
| author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-14 08:59:36 -0400 |
|---|---|---|
| committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-14 08:59:36 -0400 |
| commit | 0e7f944b53208151bc48f586e37724dcc682f9d0 (patch) | |
| tree | 09fc07c5ce9c6ce2888d241ca621195cb79dbce4 /home-config/sway/power/layout | |
| parent | 867-5309 (diff) | |
| download | dotfiles-guix-0e7f944b53208151bc48f586e37724dcc682f9d0.tar.gz dotfiles-guix-0e7f944b53208151bc48f586e37724dcc682f9d0.tar.bz2 dotfiles-guix-0e7f944b53208151bc48f586e37724dcc682f9d0.zip | |
update configs and virt packages
Diffstat (limited to 'home-config/sway/power/layout')
| -rw-r--r-- | home-config/sway/power/layout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/sway/power/layout b/home-config/sway/power/layout index c40a736..89af53b 100644 --- a/home-config/sway/power/layout +++ b/home-config/sway/power/layout @@ -1,6 +1,6 @@ { "label" : "lock", - "action" : "swaylock -f -c 242434", + "action" : "~/.config/sway/lock.sh", "text" : "Lock", "keybind" : "l" } |