diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-05-09 14:43:56 +0200 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-05-09 14:43:56 +0200 |
| commit | 3975368a9458af06fdec91003cb071025f220381 (patch) | |
| tree | db6b57beb07cb9caef6b46fed41d7e504d649a1e /cfg/i3 | |
| parent | d89c42d6350c20dacae91314d83f9e7b3dd41e8b (diff) | |
periodical update
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/i3')
| -rw-r--r-- | cfg/i3/config | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cfg/i3/config b/cfg/i3/config index ca66233..efd0116 100644 --- a/cfg/i3/config +++ b/cfg/i3/config @@ -91,15 +91,15 @@ bindsym $mod+Shift+Tab exec i3-msg workspace prev_on_output # ------------------------- # workspaces # ------------------------- -set $ws1 "1の一" -set $ws2 "2の二" -set $ws3 "3の三" -set $ws4 "4の死" -set $ws5 "5の五" -set $ws6 "6の六" -set $ws7 "7の七" -set $ws8 "8の八" -set $ws9 "9の九" +set $ws1 "1一" +set $ws2 "2二" +set $ws3 "3三" +set $ws4 "4死" +set $ws5 "5五" +set $ws6 "6六" +set $ws7 "7七" +set $ws8 "8八" +set $ws9 "9九" bindsym $mod+1 workspace $ws1 bindsym $mod+2 workspace $ws2 |