Compare commits
No commits in common. "a4c0971cfdfff8eb93bc741516dd6eaa68a6fc63" and "bffea547172ea36ea0f418b51e962216431297df" have entirely different histories.
a4c0971cfd
...
bffea54717
@ -1,12 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Enable external screen (office-layout)
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if [ "$(uname -s)" != "Linux" ]; then
|
||||
echo "non-Linux not supported"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
xrandr --output DP-1 --mode 3440x1440 --left-of eDP-1
|
@ -21,11 +21,6 @@ case "$1" in
|
||||
exit 0
|
||||
;;
|
||||
|
||||
"gb")
|
||||
setxkbmap -model pc105 -layout gb,gb -variant mac, -option compose:rctrl
|
||||
exit 0
|
||||
;;
|
||||
|
||||
"")
|
||||
echo "argument required"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user