diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-09 15:49:27 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-09 15:49:27 +0200 |
commit | 569aa10545fe98314c486a4606d75cb96ceecb8f (patch) | |
tree | 367b1b112feb7b9af7c4f4326d358c15107b24ed /.config/i3 | |
parent | 7830e9b65a4f013a55d1390f4470d843c172f797 (diff) |
vim removed autopairs again and some config cleanup
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config index 16297a6..06df6b6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,12 +1,10 @@ ##### i3 config - set $mod Mod4 set $alt Mod1 floating_modifier $mod ##### Bindings - bindsym $mod+Shift+c reload bindsym $mod+Shift+r restart bindsym $mod+Shift+q kill @@ -117,7 +115,6 @@ bindsym $mod+r mode "Resize Mode" ##### Appearance - font pango:Source Code Pro Medium 11 gaps inner 5 @@ -132,7 +129,6 @@ focus_follows_mouse no ##### Force floating windows - floating_maximum_size -1 x -1 for_window [class="floating_window"] floating enable for_window [window_role="pop-up"] floating enable @@ -165,7 +161,6 @@ for_window [title="^Steam Keyboard$"] floating enable ##### Exec - exec_always --no-startup-id $HOME/.config/polybar/launch.sh exec_always --no-startup-id picom --config $HOME/.config/picom/picom.conf -b exec_always --no-startup-id setxkbmap -option grp:win_space_toggle us,dk |