!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! !! !! x1phosuras's .Xresources file !! !! !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Note: use the following command to apply changes: !! $ xrdb ~/.Xresources !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Misc. settings !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! get rid of scrollbar URxvt*scrollBar: false ! fix copy/paste BS in urxvt URxvt.keysym.Shift-Control-V: eval:paste_clipboard URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard ! fixes Ctrl-(left or right) doing what I actually want URxvt.keysym.Control-Up: \033[1;5A URxvt.keysym.Control-Down: \033[1;5B URxvt.keysym.Control-Left: \033[1;5D URxvt.keysym.Control-Right: \033[1;5C !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Font, colors, and transparency !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html ! Alt. good font: Tamzen, size 16 URxvt.font: xft:Terminus:pixelsize=14 !! color settings generated by a combination of wal and terminal.sexy ! Real transparency (uses the compositor) ! (depth needs to be EXACTLY 32 for some weird reason) urxvt*depth: 32 ! Fake transparency (uses the background picture supplied by feh) !urxvt*transparent: true ! urxvt*shading: 30 ! the [90] is the transparency level *.background: #000000 *.foreground: #8ff6a8 *.cursorColor: #8ff6a8 ! Note: The below color names do not necessarily match the actual colors. ! They represent what colors 0-15 would normally be ! black *.color0: #232d25 *.color8: #ac9764 ! red *.color1: #900000 *.color9: #ff0000 ! green *.color2: #2df844 *.color10: #2df844 ! yellow *.color3: #b29b38 *.color11: #b29b38 ! blue *.color4: #218376 *.color12: #218376 ! magenta *.color5: #ff2f2f *.color13: #ff2f2f ! cyan *.color6: #ff7b16 *.color14: #ff7b16 ! white *.color7: #f6d98f *.color15: #f6d98f