From e9865398f7717dc5945f478f701941782402d692 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 30 Nov 2015 00:33:36 +0100 Subject: Give Rofi its own configuration file --- x11/.Xdefaults | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) (limited to 'x11/.Xdefaults') diff --git a/x11/.Xdefaults b/x11/.Xdefaults index afd003b..8edc8e7 100644 --- a/x11/.Xdefaults +++ b/x11/.Xdefaults @@ -134,33 +134,4 @@ static void print_sample_message(XWindow *win) {\n\ win.label->text = "Sample text 0123456789"\n\ } -!!! Rofi -rofi.font: Fantasque Sans Mono 13 -! Key for run dialog -rofi.key-run: Mod4-r -! Key for window switcher -rofi.key-window: Mod4-w -! Background color -rofi.bg: #111111 -! Alternating background color -rofi.bgalt: #111111 -! Border color -rofi.bc: #111111 -! Border width (px) -rofi.bw: 0 -! Foreground color -rofi.fg: #bfbfbf -rofi.fg-urgent: #a85454 -rofi.fg-active: #54a875 -! Highlighted background color -rofi.hlbg: #1f2c3f -rofi.hlbg-active: #343922 -! Highlighted foreground color -rofi.hlfg: #bfbfbf -rofi.hlfg-active: #ececec -rofi.width: 100 -rofi.location: 0 -rofi.opacity: 95 -rofi.padding: 400 -rofi.lines: 10 -rofi.eh: 2 +#include ".config/Xresources/Rofi.conf" -- cgit v1.2.3-54-g00ecf