Added docking/undocking shortcuts
This commit is contained in:
parent
e47bdb355f
commit
db8e6b125b
@ -1,5 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# --- Shortcuts for quick ARANDR switch -----------------------
|
||||
alias undock="$DOTWRYN/config/xserver/screenlayout/undock.sh";
|
||||
alias workdock="$DOTWRYN $HOME/.wryn/config/xserver/screenlayout/workdock.sh";
|
||||
alias homedock="$DOTWRYN/config/xserver/screenlayout/homedock_hdmionly.sh";
|
||||
|
||||
# --- Note-taking facilitated ---------------------------------
|
||||
NOTE_PATH='/Users/w0ryn/Documents/notes';
|
||||
NOTE_EXTENSION='.txt';
|
||||
|
2
config/xserver/screenlayout/homedock_hdmionly.sh
Executable file
2
config/xserver/screenlayout/homedock_hdmionly.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xrandr --output DP-0 --off --output DP-1 --off --output HDMI-0 --primary --mode 3840x2160 --pos 2880x0 --rotate normal --output DP-2 --off --output DP-3 --off --output DP-4 --off
|
2
config/xserver/screenlayout/undock.sh
Executable file
2
config/xserver/screenlayout/undock.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xrandr --output DP-0 --off --output DP-1 --off --output HDMI-0 --off --output DP-2 --primary --mode 2880x1800 --scale 0.7x0.7 --pos 0x0 --rotate normal --output DP-3 --off --output DP-4 --off
|
@ -2,4 +2,4 @@
|
||||
source $HOME/.my_bash_env
|
||||
XSERVER_DIR="$DOTWRYN/config/xserver"
|
||||
|
||||
"$XSERVER_DIR/screenlayout/three_monitor_work_setup.sh"
|
||||
"$XSERVER_DIR/screenlayout/workdock.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user