From a694fe88f0f565c7a90ace84e9f4e60d7fc68032 Mon Sep 17 00:00:00 2001 From: Thek4n Date: Tue, 14 Nov 2023 08:55:57 +0300 Subject: [PATCH] style(i3): emoji for workspaces --- home/user/.config/i3/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/user/.config/i3/config b/home/user/.config/i3/config index 0ec864f..3d3642a 100644 --- a/home/user/.config/i3/config +++ b/home/user/.config/i3/config @@ -106,16 +106,16 @@ bindsym $mod+v split v # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. -set $ws1 "1: Work" +set $ws1 "1: Browser" set $ws2 "2: Code" -set $ws3 "3" +set $ws3 "3: Code" set $ws4 "4" set $ws5 "5" set $ws6 "6" set $ws7 "7" -set $ws8 "8" -set $ws9 "9: Music" -set $ws10 "10: Media" +set $ws8 "8🗨️" +set $ws9 "9🎵" +set $ws10 "10🍿" # switch to workspace bindsym $mod+1 workspace number $ws1