0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

i3 , i3wm , logout時の字 font フォントが小さい

Last updated at Posted at 2024-11-18

小さいんじゃ

~/.config/i3/config

の bindsym $mod+Shift+e で始まる部分を


bindsym $mod+Shift+e exec --no-startup-id "i3-nagbar -f 'pango:monospace 24' \
   	-t warning -m 'exit?' \
	-b 'HALT' 'sudo shutdown -h now' \
    -b 'REBOOT' 'sudo shutdown -r now' \
	-b 'LOGOUT' 'i3-msg exit'"
 

に変更する
●上の24を好きなサイズに変更する。

●文字列やフォントはお好みで

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?