Move to the best terminal on the planet as of this commit

This commit is contained in:
lemon-sh 2021-09-02 23:31:45 +02:00
parent 2c42afd91c
commit 840db775db
2 changed files with 42 additions and 1 deletions

41
.Xdefaults Normal file
View File

@ -0,0 +1,41 @@
urxvt*font: xft:Mononoki Nerd Font:size=12
urxvt*termName: xterm-256color
urxvt*background: #000000
urxvt*foreground: #cccccc
urxvt*scrollBar: false
urxvt*matcher.button: 1
Xft*dpi: 96
Xft*antialias: true
Xft*hinting: full
urxvt*background: rgba:0000/0000/0000/cccc
URxvt.transparent: true
URxvt.tintColor: white
URxvt.shading: 20
URxvt.internalBorder: 10
URxvt*color0: #000000
URxvt*color1: #9e1828
URxvt*color2: #aece92
URxvt*color3: #968a38
URxvt*color4: #414171
URxvt*color5: #963c59
URxvt*color6: #418179
URxvt*color7: #bebebe
URxvt*color8: #666666
URxvt*color9: #cf6171
URxvt*color10: #c5f779
URxvt*color11: #fff796
URxvt*color12: #4186be
URxvt*color13: #cf9ebe
URxvt*color14: #71bebe
URxvt*color15: #ffffff
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.keysym.C-M-c: builtin-string:
URxvt.keysym.C-M-v: builtin-string:
URxvt.keysym.C-S-0x43: eval:selection_to_clipboard
URxvt.keysym.C-S-0x56: eval:paste_clipboard

View File

@ -113,7 +113,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0";
static const char *dmenucmd[] = {"dmenu_run", NULL};
static const char *termcmd[] = {"alacritty", NULL}; // change this to your term
static const char *termcmd[] = {"urxvt", NULL}; // change this to your term
static const char *rofi[] = {"rofi", "-show", "drun", "-font", "Mononoki Nerd Font 12", NULL};
static const char *layoutmenu_cmd = "/home/lemon/.dwm/layoutmenu.sh"; // change lemon to your username