From 00389dad1139a59d6d26e3407d07e6783e7bb459 Mon Sep 17 00:00:00 2001 From: linlyboi Date: Mon, 1 Jan 2024 22:12:49 +0200 Subject: [PATCH] minor tweaks --- private_dot_config/i3/config | 15 +++++++-------- private_dot_config/i3/misc.conf | 4 ++++ private_dot_config/polybar/blocks/modules.ini | 6 +++--- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/private_dot_config/i3/config b/private_dot_config/i3/config index ed1dbe9..932bbc4 100644 --- a/private_dot_config/i3/config +++ b/private_dot_config/i3/config @@ -113,9 +113,9 @@ set $Reading "6" set $Youtube "7" set $Steam "8" set $Vm "9" -set $Notes "10" +set $Mail "10" 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+6 workspace number $Reading bindsym $mod+7 workspace number $Youtube -bindsym $mod+c workspace number $Notes bindsym $mod+8 workspace number $Steam -bindsym $mod+g workspace number $Game bindsym $mod+9 workspace number $Vm -bindsym $mod+m workspace number $Mail -bindsym $mod+0 workspace number $Reading +bindsym $mod+0 workspace number $Mail +bindsym $mod+g workspace number $Game +bindsym $mod+c workspace number $Notes # move focused container to workspace 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+8 move container to workspace number $Steam 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+m move container to workspace number $Mail # reload the configuration file diff --git a/private_dot_config/i3/misc.conf b/private_dot_config/i3/misc.conf index f5b6c51..f44c92f 100644 --- a/private_dot_config/i3/misc.conf +++ b/private_dot_config/i3/misc.conf @@ -80,3 +80,7 @@ bindsym $mod+shift+semicolon sticky toggle bindsym $mod+shift+x [floating] move scratchpad bindsym $mod+x move scratchpad 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: ' diff --git a/private_dot_config/polybar/blocks/modules.ini b/private_dot_config/polybar/blocks/modules.ini index 4e008d2..e5d9841 100644 --- a/private_dot_config/polybar/blocks/modules.ini +++ b/private_dot_config/polybar/blocks/modules.ini @@ -578,15 +578,15 @@ index-sort = true ; NOTE: The label needs to match the name of the i3 workspace ws-icon-0 = 1; ws-icon-1 = 2; -ws-icon-2 = 3; +ws-icon-2 = 3; ws-icon-3 = 4; ws-icon-4 = 5; ws-icon-5 = 6;龎 ws-icon-6 = 7; ws-icon-7 = 8; -ws-icon-9 = 10; +ws-icon-9 = 10; ws-icon-8 = 11; -ws-icon-10 = 12; +ws-icon-10 = 12; ws-icon-default =  ; NOTE: You cannot skip icons, e.g. to get a ws-icon-6 ; you must also define a ws-icon-5.