diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..463ac3f --- /dev/null +++ b/.Xdefaults @@ -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 diff --git a/lemondwm/config.def.h b/lemondwm/config.def.h index 4afbe99..f8b88d7 100644 --- a/lemondwm/config.def.h +++ b/lemondwm/config.def.h @@ -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