redid theming system to utilize stylix, purging unused module files next
This commit is contained in:
10
scripts/SteamDeckOLED
Executable file
10
scripts/SteamDeckOLED
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Your main monitor (change this)
|
||||
MONITOR="DP-1"
|
||||
|
||||
hyprctl keyword monitor HDMI-A-1,1280x800@90,auto,1,bitdepth,10,cm,hdr
|
||||
|
||||
# Disable the monitor
|
||||
hyprctl keyword monitor $MONITOR,disable
|
||||
|
||||
6
scripts/screenON
Executable file
6
scripts/screenON
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
hyprctl keyword monitor HDMI-A-1,disable
|
||||
|
||||
hyprctl keyword monitor DP-1,highres@highrr,auto,1
|
||||
|
||||
Reference in New Issue
Block a user