diff options
author | Adrian Kummerlaender | 2014-11-02 19:56:32 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2014-11-02 19:56:32 +0100 |
commit | e1a936e706844ee10b2ae935e34b987c7e25d505 (patch) | |
tree | 028effb12f1e53c38bddfab76b0ab8c68649581d /i3wm/.i3/config | |
parent | 14f3c70a83aece40484367ae75e91dadd703d3e9 (diff) | |
download | dotfiles-e1a936e706844ee10b2ae935e34b987c7e25d505.tar dotfiles-e1a936e706844ee10b2ae935e34b987c7e25d505.tar.gz dotfiles-e1a936e706844ee10b2ae935e34b987c7e25d505.tar.bz2 dotfiles-e1a936e706844ee10b2ae935e34b987c7e25d505.tar.lz dotfiles-e1a936e706844ee10b2ae935e34b987c7e25d505.tar.xz dotfiles-e1a936e706844ee10b2ae935e34b987c7e25d505.tar.zst dotfiles-e1a936e706844ee10b2ae935e34b987c7e25d505.zip |
Reduced `gvim` borders
Diffstat (limited to 'i3wm/.i3/config')
-rw-r--r-- | i3wm/.i3/config | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 3b6804d..35ac936 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -50,7 +50,7 @@ bindsym $mod+9 workspace 9 bindsym $mod+0 workspace 10 bindsym Control+Mod1+Right workspace next_on_output -bindsym Control+Mod1+Left workspace prev_on_output +bindsym Control+Mod1+Left workspace prev_on_output bindsym Control+Mod1+Down move workspace to output right bindsym $mod+Shift+exclam move container to workspace 1 @@ -110,19 +110,19 @@ client.unfocused #222222 #222222 #999999 client.urgent #a5a5a5 #a5a5a5 #2e3436 client.background #161616 -for_window [instance="urxvt"] border pixel 2 - -for_window [class="Chromium"] border none +for_window [instance="urxvt"] border pixel 2 +for_window [instance="gvim"] border pixel 2 +for_window [class="Chromium"] border none for_window [class="Thunderbird"] border none -for_window [class="Firefox"] border none +for_window [class="Firefox"] border none -bindsym $mod+Return exec urxvtc -bindsym $alt+Return exec gvim +bindsym $mod+Return exec urxvtc +bindsym $alt+Return exec gvim bindsym $mod+space exec --no-startup-id dmenu_run -fn 'Droid Sans Mono-10' -nb '#222222' -nf '#605c5a' -sb '#111111' -sf '#aadb0f' bindsym $alt+space exec --no-startup-id passman submitform -bindsym control+Mod1+l exec --no-startup-id i3lock -c 000000 +bindsym control+Mod1+l exec --no-startup-id i3lock -c 000000 bindsym Control+Mod1+m exec --no-startup-id ~/.screenlayout/mobile.sh bindsym Control+Mod1+d exec --no-startup-id ~/.screenlayout/docked.sh |