From 12fb93d23e9f602697a370c365364f80ea7dcb3b Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 6 Jan 2021 09:22:29 +0000 Subject: [PATCH] Make minor usability changes for i3 --- states/i3/files/config.jinja | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/states/i3/files/config.jinja b/states/i3/files/config.jinja index 006f863..0f4c9b2 100644 --- a/states/i3/files/config.jinja +++ b/states/i3/files/config.jinja @@ -43,12 +43,14 @@ font pango:monospace 10 # 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 xss-lock --transfer-sleep-lock -- i3lock -i ~/Pictures/lockscreen_full_blurred_1.png --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. exec --no-startup-id nm-applet +bindsym $mod+l exec systemctl suspend + # 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 @@ -272,4 +274,4 @@ exec "termite --name 'music' -e 'tmux'" exec "zoom" exec mako -exec picom -i 0.95 +exec picom -i 0.95 -D 4 -- 2.44.0