mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
more customization
This commit is contained in:
parent
2a1a02645d
commit
777d704487
5 changed files with 39 additions and 20 deletions
|
@ -29,7 +29,7 @@ set $screenshot_folder ~/Images/Captures\ d\'écrans/
|
|||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /run/current-system/sw/share/backgrounds/sway/)
|
||||
output * bg wallpapers/wipeout_1.jpg fill
|
||||
output * bg wallpapers/lain_1.jpg fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
@ -41,11 +41,10 @@ output * bg wallpapers/wipeout_1.jpg fill
|
|||
#
|
||||
# Example configuration:
|
||||
#
|
||||
# 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'
|
||||
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'
|
||||
#
|
||||
# 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
|
||||
|
@ -229,7 +228,6 @@ seat seat0 xcursor_theme "miku-cursor-linux" 36
|
|||
include /etc/sway/config.d/*
|
||||
|
||||
# enable numlock on start
|
||||
input type:keyboard xkb_capslock enabled
|
||||
input type:keyboard xkb_numlock enabled
|
||||
|
||||
# floating bitwarden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue