diff options
Diffstat (limited to 'xsession')
-rwxr-xr-x[-rw-r--r--] | xsession | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,18 +1,18 @@ #!/bin/sh try() { - pgrep -q $1 || $@ 2> $HOME/.local/share/xsession.log & +pgrep $1 >/dev/null || $@ & 2>> $HOME/.local/share/dwm.log } - +hsetroot -solid dimgray try picom try dunst -try polybar try blueman-applet try pasystray -try xfce4-power-manager try nm-applet -hsetroot -solid dimgray - -setxkbmap -layout us -variant dvorak -option ctrl:nocaps -systemctl --user start mpd & -systemctl --user start plasma-polkit-agent & -systemctl --user start emacs & +try mpd +try cbatticon BAT0 +try cbatticon BAT1 +try xsettingsd +try tmux new-session -d +try setxkbmap -option compose:ralt +try emacs --daemon +xrdb -merge $HOME/.Xresources |