Add japanese lettering to i3

This commit is contained in:
Marco Thomas
2021-07-13 19:26:35 +02:00
parent c3103f4afc
commit 2b35a8b703
3 changed files with 11 additions and 13 deletions

View File

@@ -1,7 +1,5 @@
# Marco's Dotfiles
![PC](screenshots/pc.png)
## System
+ Notifications: dunst

View File

@@ -36,16 +36,16 @@ bindsym $mod+Tab layout toggle stacked split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
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 $ws10 "10"
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 $ws10 "10"
# switch to workspace
bindsym $mod+1 workspace number $ws1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB