Files
dotfiles/XServer/.xinitrc
Aryadev Chavali 9b2ef288e4 (Shell|XServer)~minor edits with indenting
(Shell)~propagate change to emacs service (no -s MAIN) and editing

(XServer)~state explicit full path for lock script for ease of
understanding (it's a user script, not some other program)
2021-07-27 01:32:59 +01:00

28 lines
530 B
Bash

#!/bin/sh
killall picom;
killall sxhkd;
sh .xprofile;
xset s 1800;
xrandr --auto --output HDMI1 --primary;
xrandr --auto --output eDP1 --right-of HDMI1;
xrandr --auto --output VGA1 --primary --left-of DP2;
xrandr --auto --output DP2 --rotate left;
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
$HOME/.local/scripts/background &
systemctl --user start emacs &
$HOME/.local/scripts/status/music_update_bar &
dunst &
picom &
sxhkd &
dwmblocks &
# $HOME/.config/bspwm/bspwmrc
while :; do
ssh-agent dwm
done