move file order and use config.d/*
This commit is contained in:
parent
b7dd3c96e6
commit
ad9675b244
5 changed files with 8 additions and 26 deletions
22
config
22
config
|
@ -1,22 +1,2 @@
|
|||
# Default config for sway
|
||||
#
|
||||
# Copy this to ~/.config/sway/config and edit it to your liking.
|
||||
#
|
||||
# Read `man 5 sway` for a complete reference.
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
# exec swayidle -w \
|
||||
# timeout 300 'swaylock -f -c 000000' \
|
||||
# timeout 600 'swaymsg "output * dpms off"' \
|
||||
# resume 'swaymsg "output * dpms on"' \
|
||||
# before-sleep 'swaylock -f -c 000000'
|
||||
#
|
||||
# This will lock your screen after 300 seconds of inactivity, then turn off
|
||||
# your displays after another 300 seconds, and turn your screens back on when
|
||||
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
include /var/home/vladan/.config/sway/config.d/*
|
||||
include ~/.config/sway/config.d/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue