diff options
author | Adrian Kummerlaender | 2015-11-08 16:25:21 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2015-11-08 16:25:21 +0100 |
commit | b5448a5cce972740782bd0cdd4d658731afca518 (patch) | |
tree | adeb205e26af94c24215dc6a6c84c113dbf55141 /i3wm | |
parent | 0c80a35f2849e8ad54fedf3f33bb0def606c251b (diff) | |
download | dotfiles-b5448a5cce972740782bd0cdd4d658731afca518.tar dotfiles-b5448a5cce972740782bd0cdd4d658731afca518.tar.gz dotfiles-b5448a5cce972740782bd0cdd4d658731afca518.tar.bz2 dotfiles-b5448a5cce972740782bd0cdd4d658731afca518.tar.lz dotfiles-b5448a5cce972740782bd0cdd4d658731afca518.tar.xz dotfiles-b5448a5cce972740782bd0cdd4d658731afca518.tar.zst dotfiles-b5448a5cce972740782bd0cdd4d658731afca518.zip |
Use `rofi` as default program launcher
Diffstat (limited to 'i3wm')
-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 14001bd..c321d69 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -106,7 +106,6 @@ bindsym $mod+Return exec urxvtc bindsym $alt+Return exec gvim bindsym $alt+space exec --no-startup-id passman submitform -bindsym $mod+space exec --no-startup-id ~/.i3/dmenu_run.sh bindsym Control+space exec --no-startup-id ~/.i3/apply_layout.sh bindsym Mod1+l exec --no-startup-id i3lock -c 000000 @@ -129,4 +128,5 @@ exec --no-startup-id nm-applet exec --no-startup-id volumeicon exec --no-startup-id feh --bg-center ~/.background.jpg exec --no-startup-id xautolock -time 5 -locker "i3lock -c 000000" +exec --no-startup-id rofi -key-combi "$mod+space" exec --no-startup-id gvim ~/note/index.wiki |