mirror of
https://github.com/SirTeddy99/sway-config.git
synced 2026-04-20 01:50:27 +00:00
updated swayidle
This commit is contained in:
parent
af19166af2
commit
66cc054ee3
1 changed files with 2 additions and 2 deletions
4
config
4
config
|
|
@ -90,9 +90,9 @@ exec wl-paste --watch cliphist store
|
||||||
|
|
||||||
### Idle configuration (from your swaylock setup)
|
### Idle configuration (from your swaylock setup)
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 300 'swaylock --clock --indicator --color 1e1e2e -f' \
|
timeout 300 'pgrep swaylock || swaylock --clock --indicator --color 1e1e2e -f' \
|
||||||
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||||
before-sleep 'swaylock --clock --indicator --color 1e1e2e -f'
|
before-sleep 'pgrep swaylock || swaylock --clock --indicator --color 1e1e2e -f'
|
||||||
|
|
||||||
### Key bindings (converted from Hyprland)
|
### Key bindings (converted from Hyprland)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue