diff options
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 2 | ||||
-rwxr-xr-x | .local/bin/scrwork | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 3661337..f70cb15 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -6,7 +6,7 @@ pkill lowbat /home/jozan/.local/bin/scrmain /home/jozan/.local/bin/kb -/usr/local/bin/musicpd >/dev/null 2>&1 +# /usr/local/bin/musicpd >/dev/null 2>&1 /usr/local/bin/compton >/dev/null 2>&1 & /usr/local/bin/dunst >/dev/null 2>&1 & /usr/local/bin/mpd-notification >/dev/null 2>&1 & diff --git a/.local/bin/scrwork b/.local/bin/scrwork index 1319778..5cd0e05 100755 --- a/.local/bin/scrwork +++ b/.local/bin/scrwork @@ -39,15 +39,15 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # scrwork -# Thu Apr 14 18:01:26 CEST 2022 +# Thu Apr 21 14:31:51 CEST 2022 # Joe # # Screen setup when I'm at work xrandr \ - --output LVDS-1 --primary --mode 1366x768 --pos 1920x657 --rotate normal \ - --output VGA-1 --mode 1920x1080 --pos 0x0 --rotate normal \ - --output HDMI-1 --mode 1920x1080 --pos 3286x0 --rotate normal \ + --output LVDS-1 --mode 1366x768 --pos 0x657 --rotate normal \ + --output VGA-1 --mode 1920x1080 --pos 3286x0 --rotate normal \ + --output HDMI-1 --primary --mode 1920x1080 --pos 1366x0 --rotate normal \ --output DP-1 --off \ --output HDMI-2 --off \ --output HDMI-3 --off \ |