diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-10-29 18:23:00 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-10-29 18:23:00 -0500 |
| commit | 4cd0854592f4743a9d02ec2b1a1bdfd7fe03feb5 (patch) | |
| tree | 65d274bee91cafa7970a6ddb8f8a5371eb82a0d4 /env/.config/i3 | |
| parent | 2ffa49fe41faffff406f13378c012c018c764de9 (diff) | |
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
Diffstat (limited to 'env/.config/i3')
| -rw-r--r-- | env/.config/i3/config | 22 |
1 files changed, 12 insertions, 10 deletions
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 } |
