diff --git a/.config/i3/config b/.config/i3/config index 8a047d0..b2c129f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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