14 lines
380 B
Plaintext
14 lines
380 B
Plaintext
|
set $mod Mod4
|
||
|
set $term foot
|
||
|
set $menu fuzzel
|
||
|
set $wobpipe /run/user/1000/wobpipe
|
||
|
|
||
|
exec mkfifo $wobpipe
|
||
|
exec tail -f $wobpipe | wob
|
||
|
|
||
|
exec swayidle -w timeout 300 'swaylock -f -c 000000' timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' before-sleep 'swaylock -f -c 000000'
|
||
|
|
||
|
floating_modifier $mod normal
|
||
|
|
||
|
include /home/rudism/.config/sway/config.d/*
|