get configs ready for nwg-shell-config 0.3.7
This commit is contained in:
parent
06f84bfb80
commit
c9c601bb25
@ -1,5 +1,6 @@
|
||||
exec swaync -s /home/piotr/.config/swaync/preset-0.css
|
||||
exec nm-applet --indicator
|
||||
exec swayidle -w timeout 1200 nwg-lock timeout 1800 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep nwg-lock
|
||||
exec_always autotiling
|
||||
exec_always nwg-drawer -r -s preset-0.css -term foot
|
||||
exec_always nwg-panel -c preset-0 -s preset-0.css
|
||||
|
@ -47,16 +47,6 @@ set $laptop eDP-1
|
||||
bindswitch lid:on output $laptop disable
|
||||
bindswitch lid:off output $laptop enable
|
||||
|
||||
### Idle configuration
|
||||
exec swayidle -w \
|
||||
timeout 3000 'swaylock -f -c 212121' \
|
||||
timeout 3300 'swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'swaylock -f -c 212121'
|
||||
# This will lock your screen after 3000 seconds of inactivity, then turn off
|
||||
# your displays after another 3300 seconds, and turn your screens back on when
|
||||
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||
|
||||
############# Bindings ##################
|
||||
|
||||
# kill focused window
|
||||
|
@ -47,5 +47,27 @@
|
||||
"touchpad-dwt": "enabled",
|
||||
"touchpad-middle-emulation": "enabled",
|
||||
"touchpad-custom-name": "",
|
||||
"touchpad-custom-value": ""
|
||||
"touchpad-custom-value": "",
|
||||
"lockscreen-use-settings": true,
|
||||
"lockscreen-locker": "swaylock",
|
||||
"lockscreen-background-source": "local",
|
||||
"lockscreen-custom-cmd": "",
|
||||
"lockscreen-timeout": 1200,
|
||||
"sleep-cmd": "swaymsg \"output * dpms off\"",
|
||||
"sleep-timeout": 1800,
|
||||
"resume-cmd": "swaymsg \"output * dpms on\"",
|
||||
"before-sleep": "",
|
||||
"backgrounds-custom-path": "",
|
||||
"backgrounds-use-custom-path": false,
|
||||
"background-dirs": [
|
||||
"/usr/share/backgrounds/archlabs"
|
||||
],
|
||||
"background-dirs-once-set": false,
|
||||
"unsplash-width": 1920,
|
||||
"unsplash-height": 1080,
|
||||
"unsplash-keywords": [
|
||||
"nature",
|
||||
"water",
|
||||
"landscape"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user