minor tweaks

This commit is contained in:
2024-01-01 22:12:49 +02:00
parent b1c9fe8119
commit 00389dad11
3 changed files with 14 additions and 11 deletions

View File

@@ -113,9 +113,9 @@ set $Reading "6"
set $Youtube "7" set $Youtube "7"
set $Steam "8" set $Steam "8"
set $Vm "9" set $Vm "9"
set $Notes "10" set $Mail "10"
set $Game "11" set $Game "11"
set $Mail "12" set $Notes "12"
@@ -127,12 +127,11 @@ bindsym $mod+4 workspace number $IRC
bindsym $mod+5 workspace number $Media bindsym $mod+5 workspace number $Media
bindsym $mod+6 workspace number $Reading bindsym $mod+6 workspace number $Reading
bindsym $mod+7 workspace number $Youtube bindsym $mod+7 workspace number $Youtube
bindsym $mod+c workspace number $Notes
bindsym $mod+8 workspace number $Steam bindsym $mod+8 workspace number $Steam
bindsym $mod+g workspace number $Game
bindsym $mod+9 workspace number $Vm bindsym $mod+9 workspace number $Vm
bindsym $mod+m workspace number $Mail bindsym $mod+0 workspace number $Mail
bindsym $mod+0 workspace number $Reading bindsym $mod+g workspace number $Game
bindsym $mod+c workspace number $Notes
# move focused container to workspace # move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number $Terminal bindsym $mod+Shift+1 move container to workspace number $Terminal
@@ -144,9 +143,9 @@ bindsym $mod+Shift+6 move container to workspace number $Reading
bindsym $mod+Shift+7 move container to workspace number $Youtube bindsym $mod+Shift+7 move container to workspace number $Youtube
bindsym $mod+Shift+8 move container to workspace number $Steam bindsym $mod+Shift+8 move container to workspace number $Steam
bindsym $mod+Shift+9 move container to workspace number $Vm bindsym $mod+Shift+9 move container to workspace number $Vm
bindsym $mod+Shift+0 move container to workspace number $Reading bindsym $mod+Shift+0 move container to workspace number $Mail
bindsym $mod+Shift+minus move container to workspace number $Notes
bindsym $mod+Shift+g move container to workspace number $Game bindsym $mod+Shift+g move container to workspace number $Game
bindsym $mod+Shift+m move container to workspace number $Mail
# reload the configuration file # reload the configuration file

View File

@@ -80,3 +80,7 @@ bindsym $mod+shift+semicolon sticky toggle
bindsym $mod+shift+x [floating] move scratchpad bindsym $mod+shift+x [floating] move scratchpad
bindsym $mod+x move scratchpad bindsym $mod+x move scratchpad
bindsym $mod+t scratchpad show bindsym $mod+t scratchpad show
# MAAARRKKKKKK (they do something)
bindsym $mod+m exec i3-input -F 'mark %s' -l 1 -P 'Mark: '
bindsym $mod+u exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '

View File

@@ -578,15 +578,15 @@ index-sort = true
; NOTE: The label needs to match the name of the i3 workspace ; NOTE: The label needs to match the name of the i3 workspace
ws-icon-0 = 1; ws-icon-0 = 1;
ws-icon-1 = 2; ws-icon-1 = 2;
ws-icon-2 = 3; ws-icon-2 = 3;
ws-icon-3 = 4; ws-icon-3 = 4;
ws-icon-4 = 5; ws-icon-4 = 5;
ws-icon-5 = 6;龎 ws-icon-5 = 6;龎
ws-icon-6 = 7; ws-icon-6 = 7;
ws-icon-7 = 8; ws-icon-7 = 8;
ws-icon-9 = 10; ws-icon-9 = 10;
ws-icon-8 = 11; ws-icon-8 = 11;
ws-icon-10 = 12; ws-icon-10 = 12;
ws-icon-default = ws-icon-default =
; NOTE: You cannot skip icons, e.g. to get a ws-icon-6 ; NOTE: You cannot skip icons, e.g. to get a ws-icon-6
; you must also define a ws-icon-5. ; you must also define a ws-icon-5.