summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-21 14:32:13 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-21 14:32:13 +0200
commitc8783e06233a5edabef003cc40e2f351017e59c9 (patch)
treeb47c629b65f76bc0fb4403365309ff61e595851b
parentupdaet (diff)
downloaddotfiles-bsd-c8783e06233a5edabef003cc40e2f351017e59c9.tar.gz
dotfiles-bsd-c8783e06233a5edabef003cc40e2f351017e59c9.tar.bz2
dotfiles-bsd-c8783e06233a5edabef003cc40e2f351017e59c9.tar.xz
dotfiles-bsd-c8783e06233a5edabef003cc40e2f351017e59c9.tar.zst
dotfiles-bsd-c8783e06233a5edabef003cc40e2f351017e59c9.zip
changed
-rw-r--r--.config/x11/xinitrc2
-rwxr-xr-x.local/bin/scrwork8
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 \