diff options
author | Adrian Kummerlaender | 2017-01-17 19:17:31 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2017-01-17 19:17:31 +0100 |
commit | f5a03b84cd892a17552a9aea8ede9c9318bbc159 (patch) | |
tree | dfac9c9b66c4eb55eb15dfc977ced67d4c7aa122 /i3wm | |
parent | 81682eb24b95310d14e7077ee359a589c218328f (diff) | |
download | dotfiles-f5a03b84cd892a17552a9aea8ede9c9318bbc159.tar dotfiles-f5a03b84cd892a17552a9aea8ede9c9318bbc159.tar.gz dotfiles-f5a03b84cd892a17552a9aea8ede9c9318bbc159.tar.bz2 dotfiles-f5a03b84cd892a17552a9aea8ede9c9318bbc159.tar.lz dotfiles-f5a03b84cd892a17552a9aea8ede9c9318bbc159.tar.xz dotfiles-f5a03b84cd892a17552a9aea8ede9c9318bbc159.tar.zst dotfiles-f5a03b84cd892a17552a9aea8ede9c9318bbc159.zip |
Change `rofi_wiki` shortcut as it conflicts with vim autocompletion
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index c8aa728..e8d3dad 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -125,7 +125,7 @@ bindsym Control+Mod1+t exec --no-startup-id ~/.screenlayout/docked_tv_mode.sh bindsym $mod+c exec = bindsym $mod+t exec ~/.i3/apply_layout.sh -bindsym Control+n exec rofi_wiki +bindsym Mod1+n exec rofi_wiki bindsym $mod+z [title="^.*- Zeal$"] scratchpad show bindsym $mod+n [title="VimWiki"] scratchpad show @@ -136,7 +136,7 @@ exec --no-startup-id twmnd exec --no-startup-id nm-applet exec --no-startup-id volumeicon exec --no-startup-id feh --bg-center ~/.background.jpg -exec --no-startup-id gvim -geometry 120x35 --servername VIMWIKI -c ":set title titlestring=VimWiki" ~/wiki/index.wiki +exec --no-startup-id gvim -geometry 120x35 --servername VIMWIKI -c ":set title titlestring=VimWiki" -c ":set autowriteall" ~/wiki/0.wiki exec --no-startup-id zeal exec --no-startup-id xautolock -time 5 -locker "i3lock -c 000000" exec --no-startup-id ~/.cabal/bin/arbtt-capture |