diff --git a/.Xresources b/.Xresources index 4cf13ec..f7c5637 100644 --- a/.Xresources +++ b/.Xresources @@ -38,7 +38,7 @@ urxvt.iso14755_52: false urxvt.perl-ext-common: default,clipboard,vtwheel,font-size urxvt.keysym.Shift-Control-C: perl:clipboard:copy urxvt.keysym.Shift-Control-V: perl:clipboard:paste -urxvt.url-launcher: /usr/bin/google-chrome-stable +urxvt.url-launcher: /usr/bin/chromium urxvt.matcher.button: 1 urxvt.keysym.C-Up: font-size:increase @@ -94,25 +94,3 @@ urxvt*colorMode: on *.color6: #10aeba *.color14: #5ddae2 - -!----------------------------- -! Rofi config - -! State: 'bg', 'fg', 'bgalt' 'hlbg', 'hlfg' -rofi.color-window: #F2383C4A, #2F343F -rofi.color-normal: #00383C4A, #D3DAE3, #00383C4A, #5294E2, #ECEFF1 -rofi.bc: #CC383C4A -rofi.bw: 5 -rofi.padding: 8 -rofi.lines: 12 -rofi.width: 40 -rofi.font: Noto Sans 14 -rofi.line-margin: 6 -rofi.sep: | -rofi.prompt: > -rofi.ssh-command: {terminal} -e "{ssh-client} {host}" -rofi.separator-style: solid - -rofi.matching: glob -rofi.tokenize: true -rofi.normal-window: true diff --git a/.config/rofi/config b/.config/rofi/config new file mode 100644 index 0000000..d563b04 --- /dev/null +++ b/.config/rofi/config @@ -0,0 +1,26 @@ +!----------------------------- +! Rofi config +!----------------------------- + +! State: 'bg', 'fg', 'bgalt' 'hlbg', 'hlfg' +rofi.color-window: #F2383C4A, #2F343F +rofi.color-normal: #00383C4A, #D3DAE3, #00383C4A, #5294E2, #ECEFF1 +rofi.bc: #CC383C4A +rofi.bw: 5 +rofi.padding: 8 +rofi.lines: 12 +rofi.width: 40 +rofi.font: Noto Sans 14 +rofi.line-margin: 6 +rofi.sep: | +rofi.prompt: > +rofi.ssh-command: {terminal} -e "{ssh-client} {host}" +rofi.separator-style: solid +rofi.kb-row-tab: Shift+Tab +rofi.kb-row-select: Tab + +rofi.matching: glob +rofi.tokenize: true +rofi.normal-window: true + +! vim: ft=xdefaults