Compare commits
No commits in common. "047f962fa5abec245c3f3d6aed22ad3c86487568" and "9e0d5222f6ed0ee443f4fda8d3c33d154afbca18" have entirely different histories.
047f962fa5
...
9e0d5222f6
|
@ -1,15 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
sleep 3;
|
|
||||||
_host=$(hostname)
|
|
||||||
case "$_host" in
|
|
||||||
Patricia)
|
|
||||||
polybar HDMI-0 &
|
|
||||||
polybar DVI-0 &
|
|
||||||
;;
|
|
||||||
Pamela)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
sleep 2;
|
|
||||||
polybar-msg cmd hide
|
|
4
xinitrc
4
xinitrc
|
@ -79,8 +79,6 @@ _host=$(hostname)
|
||||||
case "$_host" in
|
case "$_host" in
|
||||||
Patricia)
|
Patricia)
|
||||||
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.0.201:24800 &
|
barriers --no-tray --debug ERROR --name Patricia -c ~/.config/barrier/barrier.conf --address 192.168.0.201:24800 &
|
||||||
kitty &
|
|
||||||
"$HOME/.config/xinitrc/start-polybar.sh" &
|
|
||||||
;;
|
;;
|
||||||
Pamela)
|
Pamela)
|
||||||
# TODO - why did i have these? do i still need them?
|
# TODO - why did i have these? do i still need them?
|
||||||
|
@ -92,8 +90,6 @@ case "$_host" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# sleep 3; polybar-msg cmd hide &
|
|
||||||
|
|
||||||
bspwm
|
bspwm
|
||||||
|
|
||||||
# if [ -f /usr/local/bin/start_dwm ] ; then
|
# if [ -f /usr/local/bin/start_dwm ] ; then
|
||||||
|
|
Loading…
Reference in New Issue