Add transparency to inactive windows in sway
This commit is contained in:
parent
96f6c1ba97
commit
6ebb641656
2 changed files with 64 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ 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'
|
||||
# /home/larssonmartin1998-asahi/.config/sway/swayidle_inhibit.sh
|
||||
|
||||
exec_always --no-startup-id ~/.config/sway/dim_inactive.windows.py
|
||||
|
||||
### Key bindings
|
||||
# Start a terminal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue