tv xmonad: find all paths
This commit is contained in:
parent
29d9070f04
commit
b9bd7a08b8
tv
|
@ -99,6 +99,7 @@ in {
|
||||||
pkgs.fzmenu
|
pkgs.fzmenu
|
||||||
pkgs.pulseaudioLight.out
|
pkgs.pulseaudioLight.out
|
||||||
pkgs.rxvt_unicode
|
pkgs.rxvt_unicode
|
||||||
|
"/run/wrappers" # for slock, and su
|
||||||
];
|
];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
SyslogIdentifier = "xmonad";
|
SyslogIdentifier = "xmonad";
|
||||||
|
|
|
@ -13,10 +13,10 @@ passmenu :: FilePath
|
||||||
passmenu = findExecutable "passmenu"
|
passmenu = findExecutable "passmenu"
|
||||||
|
|
||||||
slock :: FilePath
|
slock :: FilePath
|
||||||
slock = "/run/wrappers/bin/slock"
|
slock = findExecutable "slock"
|
||||||
|
|
||||||
su :: FilePath
|
su :: FilePath
|
||||||
su = "/run/wrappers/bin/su"
|
su = findExecutable "su"
|
||||||
|
|
||||||
urxvtc :: FilePath
|
urxvtc :: FilePath
|
||||||
urxvtc = findExecutable "urxvtc"
|
urxvtc = findExecutable "urxvtc"
|
||||||
|
|
Loading…
Reference in a new issue