From 07e3555ccb737a78ee2386b4f2674a8cea6bd573 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 23 Mar 2024 10:45:03 +0000 Subject: [PATCH] Change display shortcuts --- roles/home-gui/files/icewm/keys | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/home-gui/files/icewm/keys b/roles/home-gui/files/icewm/keys index 364172c..ce09ac7 100644 --- a/roles/home-gui/files/icewm/keys +++ b/roles/home-gui/files/icewm/keys @@ -1,4 +1,5 @@ key "Super+L" xlock -mode blank -dpmsoff 5 key "Super+Return" xterm -key "Super+1" xrandr --output eDP-1 --auto -key "Super+2" xrandr --output eDP-1 --off +key "Super+1" xrandr --output eDP-1 --auto --output DP-1 --off --output HDMI-1 --off +key "Super+2" xrandr --output eDP-1 --off --output DP-1 --auto --output HDMI-1 --off +key "Super+3" xrandr --output eDP-1 --off --output DP-1 --off --output HDMI-1 --auto