xlock: increase font size
This commit is contained in:
@@ -10,15 +10,18 @@ exec_always --no-startup-id ~/.screenlayout/default.sh
|
|||||||
exec --no-startup-id dex-autostart --autostart --environment i3
|
exec --no-startup-id dex-autostart --autostart --environment i3
|
||||||
|
|
||||||
# locking
|
# 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" {
|
mode "$mode_system" {
|
||||||
bindsym l exec --no-startup-id loginctl lock-session, mode "default"
|
bindsym l exec --no-startup-id loginctl lock-session, mode "default"
|
||||||
bindsym o exec --no-startup-id i3-msg exit, mode "default"
|
bindsym o exec --no-startup-id i3-msg exit, mode "default"
|
||||||
bindsym s exec --no-startup-id systemctl suspend, mode "default"
|
bindsym s exec --no-startup-id systemctl suspend, mode "default"
|
||||||
bindsym h exec --no-startup-id systemctl hibernate, mode "default"
|
bindsym Shift+r exec --no-startup-id systemctl reboot, mode "default"
|
||||||
bindsym r exec --no-startup-id systemctl reboot, mode "default"
|
|
||||||
bindsym Shift+s exec --no-startup-id systemctl poweroff, mode "default"
|
bindsym Shift+s exec --no-startup-id systemctl poweroff, mode "default"
|
||||||
|
|
||||||
# back to normal: Enter or Escape
|
# back to normal: Enter or Escape
|
||||||
|
|||||||
Reference in New Issue
Block a user