mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
6 lines
107 B
Bash
6 lines
107 B
Bash
#!/bin/bash
|
|
|
|
CONFIG="$HOME/.config/hypr/swaylock/config"
|
|
|
|
sleep 0.5s; swaylock --config ${CONFIG} & disown
|