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
This commit is contained in:
2025-10-29 18:23:00 -05:00
parent 2ffa49fe41
commit 4cd0854592
11 changed files with 296 additions and 245 deletions

22
env/.config/i3/config vendored
View File

@@ -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
}