Update readme and fix urxvtd

This commit is contained in:
lemon-sh 2021-10-17 12:52:53 +02:00
parent 70a181fdea
commit a6c5fd9f0c
4 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -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

1
.zshrc
View file

@ -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"

View file

@ -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