mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
sway: modular config
This commit is contained in:
parent
93a6613abc
commit
050799b77f
17 changed files with 264 additions and 193 deletions
10
home/dot_config/sway/modules/startup
Normal file
10
home/dot_config/sway/modules/startup
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# vim:ft=swayconfig
|
||||
|
||||
exec waybar
|
||||
exec fcitx5
|
||||
exec dunst
|
||||
exec pcloud
|
||||
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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue