diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2024-07-28 23:05:45 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2024-07-28 23:05:45 -0400 |
commit | 8c4a6f932b129df4f9a63b7b2e2bcaea6f215866 (patch) | |
tree | d51cea169cae19b05025a0b26670a9a09505e8fe /shellenv/.Xresources |
Took snapshot of my main dotfiles
Diffstat (limited to 'shellenv/.Xresources')
-rw-r--r-- | shellenv/.Xresources | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/shellenv/.Xresources b/shellenv/.Xresources new file mode 100644 index 0000000..48bc38f --- /dev/null +++ b/shellenv/.Xresources @@ -0,0 +1,62 @@ +*background: #272827 +*foreground: #657b83 +*cursorColor: #16A085 + +*color0: #232423 +*color8: #282928 +*color1: #BA2922 +*color9: #CC372C +*color2: #7E807E +*color10: #8D8F8D +*color3: #4C4F4D +*color11: #4E524F +*color4: #16A085 +*color12: #13BF9D +*color5: #43746A +*color13: #487D72 +*color6: #00CCCC +*color14: #00D1D1 +*color7: #E0E0E0 +*color15: #E8E8E8 + +URxvt.font: xft:Source Code Pro:size=10.5 +URxvt.depth: 32 +URxvt*scrollBar: false +URxvt*mouseWheelScrollPage: false +URxvt*cursorBlink: true +URxvt*saveLines: 5000 +URxvt*internalBorder: 5 +URxvt*geometry: 70x19 + +rofi.color-enabled: true +rofi.color-window: #272827, #13bf9d, #13bf9d +rofi.color-normal: #272827, #657b83, #272827, #272827, #13bf9d +rofi.color-active: #272827, #657b83, #272827, #272827, #13bf9d +rofi.color-urgent: #272827, #657b83, #272827, #272827, #13bf9d + +rofi.separator-style: solid +rofi.sidebar-mode: false +rofi.lines: 5 +rofi.font: Source Code Pro Semibold 10.5 +rofi.bw: 1 +rofi.columns: 2 +rofi.padding: 5 +rofi.fixed-num-lines: true +rofi.hide-scrollbar: true + +! Normal copy-paste keybindings without perls +URxvt.iso14755: false +URxvt.keysym.Shift-Control-V: eval:paste_clipboard +URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard +!Xterm escape codes, word by word movement +URxvt.keysym.Control-Left: \033[1;5D +URxvt.keysym.Shift-Control-Left: \033[1;6D +URxvt.keysym.Control-Right: \033[1;5C +URxvt.keysym.Shift-Control-Right: \033[1;6C +URxvt.keysym.Control-Up: \033[1;5A +URxvt.keysym.Shift-Control-Up: \033[1;6A +URxvt.keysym.Control-Down: \033[1;5B +URxvt.keysym.Shift-Control-Down: \033[1;6B + +# Mouse pointer super large +!Xft.dpi: 90 |