Skip to content

Commit

Permalink
Update Xdefaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kmille committed Nov 16, 2022
1 parent 3303c5d commit 93e527d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Xdefaults
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ URxvt.scrollBar: false
URxvt.foreground: white
URxvt.background: black
URxvt.secondaryScroll: true
URxvt.font: xft:Bitstream Vera Sans Mono:pixelsize=12
!URxvt.font: xft:Bitstream Vera Sans Mono:pixelsize=12
!URxvt*font: xft:Terminus:medium:size=12
URxvt*font: xft:Terminus:medium:size=10
URxvt.urlLauncher: chromium
URxvt.tabbed.saveLines: 1000
URxvt.tabbed.scrollBar: false
Expand All @@ -15,15 +17,14 @@ URxvt.tabbed.secondaryScroll: true
URxvt*inheritPixmap: true
URxvt*shading: 0

urxvt.perl-ext-common: default,matcher,resize-font,keyboard-select
URxvt.perl-ext-common: default,url-select,resize-font,keyboard-select,-confirm-paste
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1

! activate keyboard-select with Alt+ESC
URxvt.keysym.M-Escape: perl:keyboard-select:activate

! yank urls
URxvt.perl-ext: default,url-select
URxvt.keysym.M-u: perl:url-select:select_next

URxvt.url-select.launcher: /usr/bin/xdg-open
Expand All @@ -38,3 +39,7 @@ URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!URxvt.keysym.M-c: perl:clipboard:copy
!URxvt.keysym.M-v: perl:clipboard:paste
URxvt.urgentOnBell: True


! reload file with xrdb ~/.Xdefaults

0 comments on commit 93e527d

Please sign in to comment.