From 75f74a63f19c5b5a71dbb3e1b99b97d3067095fb Mon Sep 17 00:00:00 2001 From: Julian T Date: Sat, 9 May 2020 17:56:50 +0200 Subject: Vim, i3 configs, And removed xcape --- i3/.config/i3/config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'i3') diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 001dd61..a4289be 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -116,10 +116,14 @@ bindsym $mod+Tab workspace back_and_forth # Mark stuff # Create mark bindsym $mod+m exec i3-input -F 'mark %s' -l 1 -P 'Mark: ' -bindsym $mod+g exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: ' +bindsym $mod+n exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: ' +# Swap stuff bindsym $mod+Shift+s swap container with mark s +# Sticky +bindsym $mod+g sticky toggle + # scratchpad # Make the currently focused window a scratchpad bindsym $mod+Shift+minus move scratchpad @@ -173,9 +177,8 @@ bindsym $mod+semicolon exec --no-startup-id Scripts/lc --dmenu bindsym $mod+Shift+o exec --no-startup-id Scripts/lc common # default app workspaces -assign [class="qutebrowser"] $ws9 assign [class="firefox"] $ws9 -assign [class="evolution"] $ws8 +assign [class="Evolution"] $ws8 # reload the configuration file bindsym $mod+Shift+c reload -- cgit v1.2.3