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 | |
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
-rw-r--r-- | i3wm/.i3/config | 2 | ||||
-rw-r--r-- | xorg/.Xresources | 16 |
2 files changed, 17 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 diff --git a/xorg/.Xresources b/xorg/.Xresources index b6cbac2..fd95d02 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -47,3 +47,19 @@ URxvt.color14: #46a4ff ! white URxvt.color7: #F2F2F2 URxvt.color15: #ffffff + +!rofi configuration +rofi.location: 2 +rofi.font: Dejavu Sans Mono 11 +rofi.bg: #222222 +rofi.fg: #605c5a +rofi.hlbg: #111111 +rofi.hlfg: #aadb0f +rofi.bgalt: #161616 +rofi.bc: #909737 +rofi.bw: 4 +rofi.separator-style: none +rofi.hide-scrollbar: true +rofi.yoffset: -4 +rofi.modi: combi +rofi.combi-modi: window,run,ssh |