From 4cd0854592f4743a9d02ec2b1a1bdfd7fe03feb5 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 29 Oct 2025 18:23:00 -0500 Subject: Squashed commit of the following: - added private autostart script - removed cmus from backup scripts - separated more req install commands - cava change - i3 and rmpc ricing - added mpd to arch install. removed cmus - added mpv-mpris to autostart --- env/.config/i3/config | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'env/.config/i3') diff --git a/env/.config/i3/config b/env/.config/i3/config index 9ce955a..0946096 100644 --- a/env/.config/i3/config +++ b/env/.config/i3/config @@ -168,16 +168,16 @@ bindsym $mod+minus scratchpad show # 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" -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: " bindsym $mod+n workspace next bindsym $mod+b workspace prev @@ -283,6 +283,7 @@ set $ws_bord #8568ef bar { separator_symbol "" output primary + strip_workspace_numbers yes status_command SCRIPT_DIR=~/.config/i3blocks i3blocks colors { @@ -301,4 +302,5 @@ bar { bar { separator_symbol "" output nonprimary + strip_workspace_numbers yes } -- cgit v1.3