Feat: add shellbang for exectuting
This commit is contained in:
parent
4415d45b85
commit
eff679529b
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
nm-applet &
|
nm-applet &
|
||||||
pasystray &
|
pasystray &
|
||||||
xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 0x420 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate right &
|
xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 0x420 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate right &
|
||||||
|
|
Loading…
Reference in New Issue