Skip to content

Commit

Permalink
xinit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaweees committed Mar 31, 2024
1 parent 0cdde2a commit e626366
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
21 changes: 21 additions & 0 deletions .config/xorg/.Xresources
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
! Display
Xft.dpi: 220

! Font
*font: Terminus:size=10
*rofifont: Terminus 23
*user_bh: 0

! Colors
*foreground: gray

! dwm appearance
*norm_fg: #dadada
*norm_bg: #0a0a0a
*norm_border: #555555

*sel_fg: #dadada
*sel_bg: #005577
*sel_border: #a8a8a8

*borderpx: 3
14 changes: 8 additions & 6 deletions .xinitrc → .config/xorg/.xinitrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
Expand All @@ -23,9 +23,11 @@ if [[ -f "$usermodmap" ]]; then
fi

# start some nice programs
nmcli radio wifi on &
xrandr --output eDP-1 --mode 1920x1200 &
picom -b --experimental-backends &
feh --bg-fill ~/.config/wallpapers/custom.png &
picom &
slstatus &
exec dwm
xrdb -merge ~/.Xresources &
xrandr --output eDP-1 --gamma 1:0.95:1 &
numlockx on &
~/.scripts/kiwibar.sh &
autorandr --change &
exec dbus-run-session -- dwm

0 comments on commit e626366

Please sign in to comment.