Fix i3 config
This commit is contained in:
@@ -74,6 +74,9 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|||||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
|
|
||||||
|
# Polkit Authentication agent
|
||||||
|
exec --no-startup-id /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 276 KiB |
BIN
i3/.config/i3/lockscreen.png
Normal file
BIN
i3/.config/i3/lockscreen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
@@ -1,9 +1,7 @@
|
|||||||
#/usr/bin/env bash
|
#/usr/bin/env bash
|
||||||
|
|
||||||
BACKGROUND="${XDG_CONFIG_HOME:-${HOME}/.config}/i3/lockscreen.jpg"
|
BACKGROUND="${XDG_CONFIG_HOME:-${HOME}/.config}/i3/lockscreen.png"
|
||||||
i3lock --image="${BACKGROUND}" \
|
i3lock --image="${BACKGROUND}" \
|
||||||
--color=000000 \
|
--color=000000 \
|
||||||
--max \
|
|
||||||
--ignore-empty-password \
|
--ignore-empty-password \
|
||||||
--show-failed-attempts \
|
--show-failed-attempts
|
||||||
--clock
|
|
||||||
|
|||||||
Reference in New Issue
Block a user