Big move about + cleanup
This commit is contained in:
2
bin/xorg/altaria/common
Normal file
2
bin/xorg/altaria/common
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/zsh
|
||||
source $HOME/.config/wryn/env.zsh
|
12
bin/xorg/altaria/hdmi4k
Executable file
12
bin/xorg/altaria/hdmi4k
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/zsh
|
||||
source ${0:a:h}/common
|
||||
|
||||
xrandr \
|
||||
--output HDMI-0 \
|
||||
--primary \
|
||||
--mode 3840x2160 \
|
||||
--rotate normal \
|
||||
--pos 0x0 \
|
||||
;
|
||||
|
||||
PLAY_SFX login
|
Reference in New Issue
Block a user