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:
22
env/.config/i3/config
vendored
22
env/.config/i3/config
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user