From a6c5fd9f0cfac9f157bc1ac9ea6404643d96f19f Mon Sep 17 00:00:00 2001 From: lemon-sh Date: Sun, 17 Oct 2021 12:52:53 +0200 Subject: [PATCH] Update readme and fix urxvtd --- .Xdefaults | 5 +++-- .dwm/autostart | 3 ++- .zshrc | 1 + README.md | 6 ++---- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index 4b447e3..85526d2 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -11,8 +11,9 @@ Xft*hinting: full URxvt.transparent: true URxvt.tintColor: white -URxvt.shading: 20 -URxvt.internalBorder: 15 +URxvt.shading: 40 +URxvt.internalBorder: 20 +URxvt.cursorUnderline: 1 URxvt.blurRadius: 10 URxvt*color0: #000000 diff --git a/.dwm/autostart b/.dwm/autostart index f1f326b..27e5bf7 100755 --- a/.dwm/autostart +++ b/.dwm/autostart @@ -1,8 +1,9 @@ #!/bin/sh feh --bg-fill ~/wallpaper.png & ~/.dwm/bar.sh & -setxkbmap pl +setxkbmap pl & dunst -fn "Cozette 9" -corner_radius 2 -frame_width 1 -padding 10 -horizontal_padding 10 -geometry "0x3+50-50" & flameshot & volctl & +urxvtd -q & dwm diff --git a/.zshrc b/.zshrc index cf37ee6..78d1530 100644 --- a/.zshrc +++ b/.zshrc @@ -2,3 +2,4 @@ source "/home/lemon/antigen.zsh" antigen init ~/.antigenrc bindkey "^[[7~" beginning-of-line bindkey "^[[8~" end-of-line +export PATH="$HOME/.local/bin:$PATH" diff --git a/README.md b/README.md index 285a2d7..ae14379 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,10 @@ My personal DWM config (WIP) # Setup - Put the .dwm folder in ~/ -- `chmod +x` all scripts in .dwm folder -- Copy the stuff from fonts folder to your ~/.local/share/fonts -- Change lemon (my username) to yours in config.deh.h +- Change `lemon` to your username in config.def.h (where needed) - `cd` into lemondwm and `doas make install` - Put `exec ~/.dwm/autostart` in your `.xinitrc` -- `startx` from the home folder +- `startx` or install `xinit-xsession` and use your login manager # Credits