update
This commit is contained in:
parent
44729aadfe
commit
73feb92dde
1 changed files with 8 additions and 6 deletions
|
|
@ -8,17 +8,19 @@ set $term terminator
|
||||||
set $menu wofi
|
set $menu wofi
|
||||||
|
|
||||||
include /etc/sway/config-vars.d/*
|
include /etc/sway/config-vars.d/*
|
||||||
|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||||
### Output configuration
|
### Output configuration
|
||||||
output * bg ~/.config/configfiles/wallpaper.png fill
|
output * bg ~/.config/configfiles/wallpaper.png fill
|
||||||
exec_always "pkill kanshi; kanshi"
|
exec_always "pkill kanshi; kanshi"
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
#exec_always pkill swayidle && swayidle -w \
|
exec_always pkill swayidle
|
||||||
# timeout 300 'swaylock -f' \
|
exec_always sleep 1
|
||||||
# timeout 600 'swaymsg "output * dpms off"' \
|
exec_always swayidle -w \
|
||||||
# resume 'swaymsg "output * dpms on"' \
|
timeout 300 'swaylock -f' \
|
||||||
# before-sleep 'swaylock -f'
|
timeout 600 'swaymsg "output * dpms off"' \
|
||||||
|
resume 'swaymsg "output * dpms on"' \
|
||||||
|
before-sleep 'swaylock -f'
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
input "1267:12573:ELAN0412:00_04F3:311D_Touchpad" {
|
input "1267:12573:ELAN0412:00_04F3:311D_Touchpad" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue