xlock: increase font size

This commit is contained in:
Marco Thomas
2023-02-12 12:37:46 +01:00
parent dd1dd629dd
commit c8c8d245fa

View File

@@ -10,15 +10,18 @@ exec_always --no-startup-id ~/.screenlayout/default.sh
exec --no-startup-id dex-autostart --autostart --environment i3
# locking
exec --no-startup-id xss-lock --transfer-sleep-lock -- xlock
exec --no-startup-id xss-lock --transfer-sleep-lock -- xlock \
-mode space \
-echokeys \
-font "-*-*-*-r-*-*-34-*-*-*-*-*-*-*" \
-planfont "-*-*-*-r-*-*-34-*-*-*-*-*-*-*"
set $mode_system System (l)ock, l(o)gout, (s)uspend, (h)ibernate, (r)eboot, (Shift+s)hutdown
set $mode_system System (l)ock, l(o)gout, (s)uspend, (h)ibernate, (Shift+r)eboot, (Shift+s)hutdown
mode "$mode_system" {
bindsym l exec --no-startup-id loginctl lock-session, mode "default"
bindsym o exec --no-startup-id i3-msg exit, mode "default"
bindsym s exec --no-startup-id systemctl suspend, mode "default"
bindsym h exec --no-startup-id systemctl hibernate, mode "default"
bindsym r exec --no-startup-id systemctl reboot, mode "default"
bindsym Shift+r exec --no-startup-id systemctl reboot, mode "default"
bindsym Shift+s exec --no-startup-id systemctl poweroff, mode "default"
# back to normal: Enter or Escape