From dbced26e383a1caaef38e98fd3eb0c1b9a7a0427 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 17 Feb 2023 09:32:45 +0100 Subject: Move zenbook-specific scripts --- system/bin/dualmon | 5 ----- system/bin/dualmon-dp | 5 ----- system/bin/singlemon | 7 ------- system/bin/singlemon-dp | 5 ----- zenbook/bin/dualmon | 5 +++++ zenbook/bin/dualmon-dp | 5 +++++ zenbook/bin/singlemon | 7 +++++++ zenbook/bin/singlemon-dp | 5 +++++ 8 files changed, 22 insertions(+), 22 deletions(-) delete mode 100755 system/bin/dualmon delete mode 100755 system/bin/dualmon-dp delete mode 100755 system/bin/singlemon delete mode 100755 system/bin/singlemon-dp create mode 100755 zenbook/bin/dualmon create mode 100755 zenbook/bin/dualmon-dp create mode 100755 zenbook/bin/singlemon create mode 100755 zenbook/bin/singlemon-dp diff --git a/system/bin/dualmon b/system/bin/dualmon deleted file mode 100755 index c14e380..0000000 --- a/system/bin/dualmon +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -xrandr --output eDP1 --below HDMI2 --primary --output HDMI2 --auto -xinput disable Atmel -setbg -xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput HDMI2 2>/dev/null diff --git a/system/bin/dualmon-dp b/system/bin/dualmon-dp deleted file mode 100755 index c8de3c0..0000000 --- a/system/bin/dualmon-dp +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -xrandr --output eDP1 --auto --below DP1 --primary --output DP1 --auto -xinput disable Atmel -setbg -xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput DP1 2>/dev/null diff --git a/system/bin/singlemon b/system/bin/singlemon deleted file mode 100755 index 05ccbed..0000000 --- a/system/bin/singlemon +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -xrandr --output eDP1 --primary --auto \ - --output HDMI2 --off \ - --output DP1 --off -xinput enable Atmel -setbg -xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput eDP1 2>/dev/null diff --git a/system/bin/singlemon-dp b/system/bin/singlemon-dp deleted file mode 100755 index 82893b7..0000000 --- a/system/bin/singlemon-dp +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -xrandr --output eDP1 --off --output DP1 --auto --primary -xinput disable Atmel -setbg -xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput DP1 2>/dev/null diff --git a/zenbook/bin/dualmon b/zenbook/bin/dualmon new file mode 100755 index 0000000..c14e380 --- /dev/null +++ b/zenbook/bin/dualmon @@ -0,0 +1,5 @@ +#!/bin/bash +xrandr --output eDP1 --below HDMI2 --primary --output HDMI2 --auto +xinput disable Atmel +setbg +xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput HDMI2 2>/dev/null diff --git a/zenbook/bin/dualmon-dp b/zenbook/bin/dualmon-dp new file mode 100755 index 0000000..c8de3c0 --- /dev/null +++ b/zenbook/bin/dualmon-dp @@ -0,0 +1,5 @@ +#!/bin/bash +xrandr --output eDP1 --auto --below DP1 --primary --output DP1 --auto +xinput disable Atmel +setbg +xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput DP1 2>/dev/null diff --git a/zenbook/bin/singlemon b/zenbook/bin/singlemon new file mode 100755 index 0000000..05ccbed --- /dev/null +++ b/zenbook/bin/singlemon @@ -0,0 +1,7 @@ +#!/bin/bash +xrandr --output eDP1 --primary --auto \ + --output HDMI2 --off \ + --output DP1 --off +xinput enable Atmel +setbg +xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput eDP1 2>/dev/null diff --git a/zenbook/bin/singlemon-dp b/zenbook/bin/singlemon-dp new file mode 100755 index 0000000..82893b7 --- /dev/null +++ b/zenbook/bin/singlemon-dp @@ -0,0 +1,5 @@ +#!/bin/bash +xrandr --output eDP1 --off --output DP1 --auto --primary +xinput disable Atmel +setbg +xsetwacom set 'Wacom Intuos S Pen stylus' MapToOutput DP1 2>/dev/null -- cgit v1.2.3