aboutsummaryrefslogtreecommitdiff
path: root/xorg/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/.xinitrc')
-rwxr-xr-xxorg/.xinitrc12
1 files changed, 9 insertions, 3 deletions
diff --git a/xorg/.xinitrc b/xorg/.xinitrc
index 09ca67a..d51a201 100755
--- a/xorg/.xinitrc
+++ b/xorg/.xinitrc
@@ -1,9 +1,10 @@
#!/bin/bash
setxkbmap us
-. "$HOME/.screenlayout/home.sh"
+# . "$HOME/.screenlayout/newhome.sh"
feh --bg-fill "$HOME/.config/wallpaper"
+# should this be in .profile / .bash_profile ?
env_file="$HOME/.config/env"
modmap_file="$HOME/.Xmodmap"
resources_file="$HOME/.Xresources"
@@ -24,10 +25,14 @@ eval $(/usr/bin/gnome-keyring-daemon --start) && export SSH_AUTH_SOCK
updates check &
-unclutter -idle 1 &
-brightness load &
+# move this to .local/bin/autostart ?
+# or .xsession
+# unclutter -idle 1 &
+# brightness load &
+# otd-daemon &
clipmenud &
fcitx5 -d &
+# syncthing --no-browser &
slstatus &
# plank &
dunst &
@@ -35,6 +40,7 @@ picom &
[ ! -s "$HOME/.config/mpd/pid" ] && mpd &
+# exec dwl # 2> "$HOME/dwm.log"
exec dwm # 2> "$HOME/dwm.log"
# exec leftwm
# exec awesome