From 1918f977b62dd0b5df17b2c53033a00312a6d954 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 22 Mar 2024 15:52:35 +0000 Subject: [PATCH] Add shortcut keys for xrandr --- roles/home-gui/files/fvwm3rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/home-gui/files/fvwm3rc b/roles/home-gui/files/fvwm3rc index 4211284..e86b0a8 100644 --- a/roles/home-gui/files/fvwm3rc +++ b/roles/home-gui/files/fvwm3rc @@ -77,6 +77,9 @@ Style * Colorset 1, HilightColorset 2, \ Silent Key Return A 4 Exec exec xterm Silent Key L A 4 Exec exec xlock -mode blank -dpmsoff 5 +Silent Key 1 A 4 Exec exec xrandr --output eDP-1 --auto --output DP-1 --off --output HDMI-1 --off +Silent Key 2 A 4 Exec exec xrandr --output eDP-1 --off --output DP-1 --auto --output HDMI-1 --off +Silent Key 3 A 4 Exec exec xrandr --output eDP-1 --off --output DP-1 --off --output HDMI-1 --auto AddToMenu RootMenu "Root Menu" Title + "Terminal" Exec exec xterm