Skip to content

Commit

Permalink
[urxvt] Remove 80-char.png file
Browse files Browse the repository at this point in the history
The backgronud is now set using the background extension rather than the
pixmap, so get rid of it.
  • Loading branch information
mina86 committed Feb 26, 2025
1 parent 8b13118 commit 2770e16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion update
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ mpv/* .config/mpv/@
sawfishrc .sawfish/rc
sh/* .@
statuses .irssi/@
x/80-char.png .urxvt/@
x/Xresources .config/@
x/gtk-3.0.ini .config/gtk-3.0/settings.ini
x/gtkrc-2.0 .@
Expand Down
Binary file removed x/80-char.png
Binary file not shown.
4 changes: 0 additions & 4 deletions x/Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ URxvt.print-pipe: cat >$(TMPDIR=$HOME mktemp urxvt.XXXXXX)
! Terminal in urxvt
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
#else
# warning "HOME not set, won't configure urxvt background"
#endif
URxvt.background.border: true
! TW / TW is there to signal that the image depends on terminal width.
URxvt.background.expr: extend merge \
Expand Down

0 comments on commit 2770e16

Please sign in to comment.