flattening and cleaning up various configurations and executables
This commit is contained in:
22
bin/altaria/gamedock
Executable file
22
bin/altaria/gamedock
Executable file
@ -0,0 +1,22 @@
|
||||
#!/bin/zsh
|
||||
source ${0:a:h}/xorg.zsh
|
||||
|
||||
xrandr --output HDMI-0 --mode 3840x2160; sleep 1
|
||||
|
||||
xrandr \
|
||||
--output DP-0 \
|
||||
--off \
|
||||
--output DP-2 \
|
||||
--primary \
|
||||
--mode 3840x2160 \
|
||||
--rotate normal \
|
||||
;
|
||||
|
||||
sleep 2;
|
||||
xrandr --output DP-2 --mode 3840x2160 --rate 120;
|
||||
|
||||
$DOTWRYN/bin/set-background random
|
||||
$DOTWRYN/bin/play-sound login
|
||||
|
||||
xset dpms 0 0 0 && xset s noblank && xset s off \
|
||||
&& notify-send 'DPMS' 'disabled screen blank'
|
24
bin/altaria/hdmi4k
Executable file
24
bin/altaria/hdmi4k
Executable file
@ -0,0 +1,24 @@
|
||||
#!/bin/zsh
|
||||
source ${0:a:h}/xorg.zsh
|
||||
|
||||
xrandr --output HDMI-0 --mode 3840x2160; sleep 1
|
||||
|
||||
xrandr \
|
||||
--output DP-0 \
|
||||
--mode 3840x2160 \
|
||||
--rotate normal \
|
||||
--pos 0x0 \
|
||||
--output DP-2 \
|
||||
--primary \
|
||||
--mode 4096x2160 \
|
||||
--rotate normal \
|
||||
--left-of DP-0 \
|
||||
;
|
||||
|
||||
(pkill compton; sleep 1; compton;) &
|
||||
|
||||
$DOTWRYN/bin/set-background purple.jpg
|
||||
$DOTWRYN/bin/play-sound login
|
||||
|
||||
xset dpms 0 0 0 && xset s noblank && xset s off \
|
||||
&& notify-send 'DPMS' 'disabled screen blank'
|
2
bin/altaria/xorg.zsh
Normal file
2
bin/altaria/xorg.zsh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/zsh
|
||||
source $HOME/.config/wryn/env.zsh
|
Reference in New Issue
Block a user