diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-16 21:25:57 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-16 21:25:57 +0200 |
commit | 95c2a4cc7f9a3e99185710d97fe8d9eacb392303 (patch) | |
tree | e4def9a0aab2bc59ef2b9992cc3d6b31a5b417d3 /config | |
parent | b81bf6e112a224475d0aeb0c87162584dd8ef96c (diff) |
Xorg should use dmenu
Diffstat (limited to 'config')
-rwxr-xr-x | config/X/x11/xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index 00fc41c..ea956af 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -29,6 +29,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi +export MENUCMD="dmenu" xcompmgr & feh --no-fehbg --bg-scale ~/pics/wallpaper setxkbmap -option ctrl:nocaps |