mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
format
This commit is contained in:
@@ -15,7 +15,20 @@
|
||||
writers.writeDashBin "dmenu-randr" ''
|
||||
#!/bin/sh
|
||||
|
||||
export PATH=${lib.makeBinPath [dmenu bc psmisc util-linux xorg.xrandr gawk libnotify arandr gnugrep coreutils]}
|
||||
export PATH=${
|
||||
lib.makeBinPath [
|
||||
dmenu
|
||||
bc
|
||||
psmisc
|
||||
util-linux
|
||||
xorg.xrandr
|
||||
gawk
|
||||
libnotify
|
||||
arandr
|
||||
gnugrep
|
||||
coreutils
|
||||
]
|
||||
}
|
||||
|
||||
# A UI for detecting and selecting all displays. Probes xrandr for connected
|
||||
# displays and lets user select one to use. User may also select "manual
|
||||
|
||||
Reference in New Issue
Block a user