From 164aa243110a6b4d18e3c812f0b64204415f61cf Mon Sep 17 00:00:00 2001 From: inkch Date: Wed, 20 Aug 2025 14:55:22 +0900 Subject: [PATCH] i3: use `textpad` --- dot_config/i3/config.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/i3/config.tmpl b/dot_config/i3/config.tmpl index c4140ce..875cae1 100644 --- a/dot_config/i3/config.tmpl +++ b/dot_config/i3/config.tmpl @@ -206,7 +206,7 @@ bindsym $m+bracketright move right; resize set width 80 ppt ## Alacritty bindsym $m+comma exec --no-startup-id launch-console bindsym $m+$s+comma exec --no-startup-id launch-console tmp -bindsym $m+$s+period exec --no-startup-id launch-console nvim +bindsym $m+$s+period exec --no-startup-id textpad @@ -346,6 +346,7 @@ for_window [title="Edit metadata.*" class="calibre.*"] floating enable, resize s for_window [title="Alacritty@tmux:tmp"] floating enable, resize set 800 800, move position center for_window [title="Alacritty@tmux:emacs"] move position left, resize set width 20 ppt for_window [title="Alacritty@tmux:nvim"] floating enable, resize set 800 800, move position center +for_window [title="__text_scratchpad"] floating enable, resize set 800 800, move position center for_window [class="org.remmina.Remmina"] floating enable, resize set 1200 900, move position center