From a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 28 Oct 2016 20:50:49 +0200 Subject: Update Rofi launcher --- i3wm/.i3/config | 2 +- xorg/.Xresources | 12 ++++++------ 2 files changed, 7 insertions(+), 7 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" diff --git a/xorg/.Xresources b/xorg/.Xresources index 4b4de4a..f78a59d 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -54,15 +54,15 @@ URxvt.color15: #ffffff !rofi configuration rofi.location: 2 rofi.font: Fantasque Sans Mono 11 -rofi.bg: #222222 -rofi.fg: #605c5a -rofi.hlbg: #111111 -rofi.hlfg: #aadb0f -rofi.bgalt: #161616 -rofi.bc: #909737 +rofi.color-enabled: true +rofi.color-window: #222222, #909737, #000000 +rofi.color-normal: #222222, #8e8e8e, #161616, #111111, #aadb0f +rofi.color-active: #222222, #8e8e8e, #161616, #111111, #aadb0f +rofi.color-urgent: #222222, #dc322f, #161616, #dc322f, #161616 rofi.bw: 4 rofi.separator-style: none rofi.hide-scrollbar: true rofi.yoffset: -4 rofi.modi: combi rofi.combi-modi: window,run,ssh +rofi.run-command: fish -c '{cmd}' -- cgit v1.2.3