From d36635ed0c8f2c6818e200005ca36125e0d696e4 Mon Sep 17 00:00:00 2001 From: Devon Tingley Date: Thu, 11 Nov 2021 05:58:23 -0500 Subject: [PATCH] Update i3 config --- .config/i3/config | 5 +++++ 1 file changed, 5 insertions(+) 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