adding dwm stuff
I need to sort out all the services here, and do them in nix instead
This commit is contained in:
parent
9123f11718
commit
9611b19c39
3 changed files with 25 additions and 0 deletions
3
Xresources
Normal file
3
Xresources
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Xft.dpi: 90
|
||||||
|
Xcursor.size: 16
|
||||||
|
Xcursor.theme: BreezeX-RosePine
|
20
dwm-init
Normal file
20
dwm-init
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
export GTK_THEME=rose-pine-gtk
|
||||||
|
xset r rate 200 50 &
|
||||||
|
|
||||||
|
export LIBVA_DRIVER_NAME=vdpau
|
||||||
|
/home/zynh/.user/scripts/fehbg &
|
||||||
|
/home/zynh/.screenlayout/main.sh &
|
||||||
|
/home/zynh/.user/scripts/xroot-datetime &
|
||||||
|
dunst &
|
||||||
|
syncthing --no-browser &
|
||||||
|
unclutter &
|
||||||
|
numlockx &
|
||||||
|
playerctld daemon
|
||||||
|
xbindkeys
|
||||||
|
picom --no-fading-openclose -b # -b makes picom fork to a daemon, making the & unneeded
|
||||||
|
|
||||||
|
xrdb /home/zynh/.Xresources
|
||||||
|
|
||||||
|
exec dwm
|
2
screenlayout
Normal file
2
screenlayout
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
xrandr --output DP-0 --primary --mode 1920x1080 --pos 1922x0 --rotate normal --output DP-1 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off --output DP-3 --off --output HDMI-1 --off --output DP-4 --off --output DP-5 --off
|
Loading…
Reference in a new issue