Update i3 config

This commit is contained in:
Devon Tingley 2021-11-11 05:58:23 -05:00
parent f7a7360003
commit d36635ed0c

View file

@ -4,8 +4,13 @@ set $amod Mod1
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen.
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
exec --no-startup-id alternating_layouts.py
exec feh --bg-fill /usr/share/backgrounds/lightdm.png
# Set xinput settings for touchpad
exec xinput set-prop 11 334 1
exec xinput set-prop 11 314 1
# Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status