diff options
author | Julian T <julian@jtle.dk> | 2020-05-09 17:56:50 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-05-09 17:56:50 +0200 |
commit | 75f74a63f19c5b5a71dbb3e1b99b97d3067095fb (patch) | |
tree | 50f1c3300204fe35d2ebdc93824c4d1f7974ff97 /i3 | |
parent | 6ebe4c2601e66d97888ba57b60a9f8aa249200ba (diff) |
Vim, i3 configs, And removed xcape
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 9 |
1 files changed, 6 insertions, 3 deletions
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 |