From 208ecf206edaa6426128d9999563af5c3e18fadd Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Tue, 24 Nov 2020 08:11:46 -0500 Subject: Init --- .config/wpg/templates/rofi.base | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .config/wpg/templates/rofi.base (limited to '.config/wpg/templates/rofi.base') diff --git a/.config/wpg/templates/rofi.base b/.config/wpg/templates/rofi.base new file mode 100644 index 0000000..74b3d09 --- /dev/null +++ b/.config/wpg/templates/rofi.base @@ -0,0 +1,27 @@ +rofi.modi: run,window,ssh +rofi.width: 25 +rofi.lines: 25 +rofi.columns: 1 +rofi.font: Iosevka Etoile 14 +rofi.color-normal: {color0}, {color15}, {color0}, {active}, {color15} +rofi.color-urgent: {color0}, #d6b48d, #22231D, #d6b48d, {color15} +rofi.color-active: {color0}, {color14}, {color0}, {color14}, {color0} +rofi.color-window: {color0}, {active}, {inactive} +rofi.bw: 5 +rofi.location: 0 +rofi.padding: 5 +rofi.yoffset: 0 +rofi.xoffset: 0 +rofi.fixed-num-lines: true +rofi.terminal: rofi-sensible-terminal +rofi.ssh-client: ssh +rofi.ssh-command: {{terminal}} -e {{ssh-client}} {{host}} +rofi.run-command: {{cmd}} +rofi.parse-hosts: true +rofi.matching: normal +rofi.separator-style: none +rofi.scrollbar-width: 0 +rofi.kb-mode-next: Shift+Right,Control+Tab,Alt+l +rofi.kb-mode-previous: Shift+Left,Control+Shift+Tab,Alt+h +rofi.kb-row-up: Up,Control+p,Shift+Tab,Shift+ISO_Left_Tab,Alt+k +rofi.kb-row-down: Down,Control+n,Alt+j -- cgit v1.2.3