Commit d944e41
Changed files (1)
.config
waybar
.config/waybar/config.jsonc
@@ -78,7 +78,7 @@
"menu-actions": {
"shutdown": "systemctl poweroff --no-wall",
"reboot": "systemctl reboot --no-wall",
- "lock": "hyprlock",
+ "lock": "swaylock --config ~/.config/sway/swaylock.conf",
"suspend": "systemctl suspend"
}
},