more stuff
This commit is contained in:
@@ -194,6 +194,7 @@ client.focused "#6400b0" "#7607e6" "#ffffff" "#6400b0"
|
||||
|
||||
set $opacity 0.90
|
||||
for_window [class="Emacs"] opacity $opacity
|
||||
for_window [app_id="dolphin"] opacity $opacity
|
||||
|
||||
# Gaps
|
||||
smart_gaps on
|
||||
@@ -201,12 +202,11 @@ gaps inner 5
|
||||
gaps outer 2
|
||||
|
||||
# Idle configuration
|
||||
# exec swayidle -w \
|
||||
# timeout 1 'swaylock -f' \
|
||||
# timeout 1 'swaymsg "output * dpms off"' \
|
||||
# timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
||||
# resume 'swaymsg "output * dpms on"' \
|
||||
# before-sleep 'swaylock -f'
|
||||
exec swayidle -w \
|
||||
timeout 3200 'swaymsg "output * dpms off"' \
|
||||
timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'swaylock -f'
|
||||
|
||||
### Input configuration
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user