From 0b799296770f0f9c932f671a35976b0272cdd3ce Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Mon, 27 Apr 2020 11:15:37 -0400 Subject: [PATCH] Added arandr styling --- .mlvwm/apps/.AppsManifest | 1 + .mlvwm/apps/arandr | 18 ++++++++++++++++++ README.md | 1 + 3 files changed, 20 insertions(+) create mode 100644 .mlvwm/apps/arandr diff --git a/.mlvwm/apps/.AppsManifest b/.mlvwm/apps/.AppsManifest index 1f491a6..b787a05 100644 --- a/.mlvwm/apps/.AppsManifest +++ b/.mlvwm/apps/.AppsManifest @@ -1,3 +1,4 @@ +Read .mlvwm/apps/arandr Read .mlvwm/apps/BasiliskII Read .mlvwm/apps/chrome Read .mlvwm/apps/firefox diff --git a/.mlvwm/apps/arandr b/.mlvwm/apps/arandr new file mode 100644 index 0000000..93e40c6 --- /dev/null +++ b/.mlvwm/apps/arandr @@ -0,0 +1,18 @@ +Menu ARandR-Layout, Label "Layout", Left +"New" Action SendMessage C+N +"Open" Action SendMessage C+O +"" NonSelect +"Apply" Action SendMessage C+Return +"Properties" Action SendMessage M+R +"" NonSelect +"Quit" Action SendMessage C+Q +END + +MenuBar ARandR +ARandR-Layout +END + +Style +"*arandr*" NoSBarH, NoSBarV +"*arandr*" MiniIcon mini-display.xpm, MenuBar ARandR +END diff --git a/README.md b/README.md index 6f972f3..0ab6da4 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ The above will run `mlvwm` in a window, so you can test within your existing env Configurations for the following X11 applications are included: +* [ARandR](https://christian.amsuess.com/tools/arandr/) * [Basilisk II](http://basilisk.cebix.net/) * [Chromium](https://www.chromium.org/) * [Firefox](https://www.getfirefox.com/)