diff options
author | Adrian Kummerlaender | 2016-10-28 20:50:49 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-10-28 20:50:49 +0200 |
commit | a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4 (patch) | |
tree | ed4b6e7f1707e208ac8c9944fcb24ddcf72ea2b8 /i3wm/.i3/config | |
parent | fe295226c97d16efa10ee81403852bcca56849da (diff) | |
download | dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar.gz dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar.bz2 dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar.lz dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar.xz dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar.zst dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.zip |
Update Rofi launcher
Diffstat (limited to 'i3wm/.i3/config')
-rw-r--r-- | i3wm/.i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index a5cdbf5..378d8fd 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -111,6 +111,7 @@ bindsym Control+Return exec urxvtc -title "Chicken Scheme REPL" -e csi -q bindsym $mod+Return exec urxvtc bindsym $alt+Return exec gvim +bindsym $mod+space exec "rofi -modi run,ssh,window -show combi" bindsym $alt+space exec passman submitform bindsym Control+space exec ~/.i3/apply_layout.sh bindsym $mod+c exec = @@ -134,7 +135,6 @@ 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 rofi -key-combi "SuperL+space" exec --no-startup-id gvim ~/note/index.wiki exec --no-startup-id zeal exec --no-startup-id xautolock -time 5 -locker "i3lock -c 000000" |