Skip to content

Commit

Permalink
[x] Various configuration
Browse files Browse the repository at this point in the history
- Lighten the blue terminal colour
- Enable ‘background’ rxvt-unicode extension
- Minor XKB config changes
  • Loading branch information
mina86 committed Jun 1, 2024
1 parent 79282b3 commit c34d2bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions x/Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ XTerm*colorUL: #DD0000
*color1: #CC0000
*color2: #00CC00
*color3: #bd5e01
*color4: #0000CC
*color4: #6161ec
*color5: #CC00CC
*color6: #00CCCC
*color7: #CCCCCC
Expand Down Expand Up @@ -76,7 +76,7 @@ URxvt*iso14755: 0
URxvt.print-pipe: cat >$(TMPDIR=$HOME mktemp urxvt.XXXXXX)

! Terminal in urxvt
Term.perl-ext-common: matcher<C1>,tabbedex,searchable-scrollback<M-s>
Term.perl-ext-common: matcher<C1>,tabbedex,searchable-scrollback<M-s>,background

#ifdef HOME
URxvt.backgroundPixmap: HOME/.urxvt/80-char.png;0x0+0+0:tile
Expand Down
2 changes: 1 addition & 1 deletion x/local.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compat { include "complete+ledscroll(group_lock)" };
xkb_symbols { include "pc+local(dvp)+pl:2+inet(evdev)+group(shifts_toggle)+ctrl(nocaps)+compose(lctrl-altgr)+nbsp(level3n)" };
xkb_symbols { include "pc+local(dvp)+pl:2+inet(evdev)+ctrl(nocaps)+compose(lctrl-altgr)+nbsp(level3n)+group(shifts_toggle):1+group(shifts_toggle):2" };
xkb_geometry { include "pc(pc105)" };
};

0 comments on commit c34d2bd

Please sign in to comment.