Dotfiles config update (2023-04-08)

This commit is contained in:
q3aql 2023-04-08 11:58:01 +02:00
parent 7867f058e1
commit a91b8cdbc3
2 changed files with 62 additions and 60 deletions

View File

@ -185,40 +185,40 @@ bindsym $mod+a focus parent
# Define names for default workspaces for which we configure key bindings later on. # Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places. # We use variables to avoid repeating the names in multiple places.
set $ws1 "[term]" set $ws1 "1:[term]"
set $ws2 "[www]" set $ws2 "2:[www]"
set $ws3 "[chat]" set $ws3 "3:[chat]"
set $ws4 "[files]" set $ws4 "4:[files]"
set $ws5 "[media]" set $ws5 "5:[media]"
set $ws6 "[game]" set $ws6 "6:[game]"
set $ws7 "[mail]" set $ws7 "7:[mail]"
set $ws8 "[dev]" set $ws8 "8:[dev]"
set $ws9 "[vm]" set $ws9 "9:[vm]"
set $ws10 "[all]" set $ws10 "10:[all]"
# switch to workspace # switch to workspace
bindsym $mod+1 workspace [term] bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace [www] bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace [chat] bindsym $mod+3 workspace $ws3
bindsym $mod+4 workspace [files] bindsym $mod+4 workspace $ws4
bindsym $mod+5 workspace [media] bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace [game] bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace [mail] bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace [dev] bindsym $mod+8 workspace $ws8
bindsym $mod+9 workspace [vm] bindsym $mod+9 workspace $ws9
bindsym $mod+0 workspace [all] bindsym $mod+0 workspace $ws10
# move focused container to workspace # move focused container to workspace
bindsym $mod+Shift+1 move container to workspace [term] bindsym $mod+Shift+1 move container to workspace $ws1
bindsym $mod+Shift+2 move container to workspace [www] bindsym $mod+Shift+2 move container to workspace $ws2
bindsym $mod+Shift+3 move container to workspace [chat] bindsym $mod+Shift+3 move container to workspace $ws3
bindsym $mod+Shift+4 move container to workspace [files] bindsym $mod+Shift+4 move container to workspace $ws4
bindsym $mod+Shift+5 move container to workspace [media] bindsym $mod+Shift+5 move container to workspace $ws5
bindsym $mod+Shift+6 move container to workspace [game] bindsym $mod+Shift+6 move container to workspace $ws6
bindsym $mod+Shift+7 move container to workspace [mail] bindsym $mod+Shift+7 move container to workspace $ws7
bindsym $mod+Shift+8 move container to workspace [dev] bindsym $mod+Shift+8 move container to workspace $ws8
bindsym $mod+Shift+9 move container to workspace [vm] bindsym $mod+Shift+9 move container to workspace $ws9
bindsym $mod+Shift+0 move container to workspace [all] bindsym $mod+Shift+0 move container to workspace $ws10
# force a window on a named workspace # force a window on a named workspace
assign [class="Firefox"] [www] assign [class="Firefox"] [www]
@ -294,6 +294,7 @@ bar {
#i3bar_command $HOME/.config/polybar/launch.sh #i3bar_command $HOME/.config/polybar/launch.sh
#status_command i3status #status_command i3status
#status_command i3blocks #status_command i3blocks
strip_workspace_numbers yes
#tray_output DisplayPort-0 #tray_output DisplayPort-0
colors { colors {
separator #AAAAAA separator #AAAAAA

View File

@ -185,40 +185,40 @@ bindsym $mod+a focus parent
# Define names for default workspaces for which we configure key bindings later on. # Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places. # We use variables to avoid repeating the names in multiple places.
set $ws1 "[term]" set $ws1 "1:[term]"
set $ws2 "[www]" set $ws2 "2:[www]"
set $ws3 "[chat]" set $ws3 "3:[chat]"
set $ws4 "[files]" set $ws4 "4:[files]"
set $ws5 "[media]" set $ws5 "5:[media]"
set $ws6 "[game]" set $ws6 "6:[game]"
set $ws7 "[mail]" set $ws7 "7:[mail]"
set $ws8 "[dev]" set $ws8 "8:[dev]"
set $ws9 "[vm]" set $ws9 "9:[vm]"
set $ws10 "[all]" set $ws10 "10:[all]"
# switch to workspace # switch to workspace
bindsym $mod+1 workspace [term] bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace [www] bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace [chat] bindsym $mod+3 workspace $ws3
bindsym $mod+4 workspace [files] bindsym $mod+4 workspace $ws4
bindsym $mod+5 workspace [media] bindsym $mod+5 workspace $ws5
bindsym $mod+6 workspace [game] bindsym $mod+6 workspace $ws6
bindsym $mod+7 workspace [mail] bindsym $mod+7 workspace $ws7
bindsym $mod+8 workspace [dev] bindsym $mod+8 workspace $ws8
bindsym $mod+9 workspace [vm] bindsym $mod+9 workspace $ws9
bindsym $mod+0 workspace [all] bindsym $mod+0 workspace $ws10
# move focused container to workspace # move focused container to workspace
bindsym $mod+Shift+1 move container to workspace [term] bindsym $mod+Shift+1 move container to workspace $ws1
bindsym $mod+Shift+2 move container to workspace [www] bindsym $mod+Shift+2 move container to workspace $ws2
bindsym $mod+Shift+3 move container to workspace [chat] bindsym $mod+Shift+3 move container to workspace $ws3
bindsym $mod+Shift+4 move container to workspace [files] bindsym $mod+Shift+4 move container to workspace $ws4
bindsym $mod+Shift+5 move container to workspace [media] bindsym $mod+Shift+5 move container to workspace $ws5
bindsym $mod+Shift+6 move container to workspace [game] bindsym $mod+Shift+6 move container to workspace $ws6
bindsym $mod+Shift+7 move container to workspace [mail] bindsym $mod+Shift+7 move container to workspace $ws7
bindsym $mod+Shift+8 move container to workspace [dev] bindsym $mod+Shift+8 move container to workspace $ws8
bindsym $mod+Shift+9 move container to workspace [vm] bindsym $mod+Shift+9 move container to workspace $ws9
bindsym $mod+Shift+0 move container to workspace [all] bindsym $mod+Shift+0 move container to workspace $ws10
# force a window on a named workspace # force a window on a named workspace
assign [class="Firefox"] [www] assign [class="Firefox"] [www]
@ -294,6 +294,7 @@ bar {
#i3bar_command $HOME/.config/polybar/launch.sh #i3bar_command $HOME/.config/polybar/launch.sh
#status_command i3status #status_command i3status
#status_command i3blocks #status_command i3blocks
strip_workspace_numbers yes
#tray_output DisplayPort-0 #tray_output DisplayPort-0
colors { colors {
separator #AAAAAA separator #AAAAAA