changes
This commit is contained in:
commit
92691d7506
40 changed files with 2011 additions and 0 deletions
21
.xinitrc
Executable file
21
.xinitrc
Executable file
|
@ -0,0 +1,21 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
if test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
||||
eval $(dbus-launch --exit-with-session --sh-syntax)
|
||||
fi
|
||||
systemctl --user import-environment DISPLAY XAUTHORITY
|
||||
|
||||
if command -v dbus-update-activation-environment >/dev/null 2>&1; then
|
||||
dbus-update-activation-environment DISPLAY XAUTHORITY
|
||||
fi
|
||||
|
||||
xrdb -merge ~/.Xresources
|
||||
setxkbmap -option caps:swapescape
|
||||
|
||||
feh --bg-scale ~/wallpapers/nix-black-4k.png
|
||||
dwmblocks &
|
||||
dunst &
|
||||
xbanish &
|
||||
picom -b
|
||||
|
||||
exec dwm
|
Loading…
Add table
Add a link
Reference in a new issue