From 95634b716573348c1e328984548c60a00f2c5797 Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Fri, 9 Aug 2024 11:07:39 -0500 Subject: [PATCH] Updated dmenu launcher to run on middle monitor. --- sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 471e337..da2c7e0 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -275,7 +275,7 @@ alt + backslash # run dmenu launcher alt + space - dmenu_recent -x 400 -w 1120 -y 525 -h 25 -o 0.75 -dim 0.5 -s 2 + dmenu_recent -x 400 -w 1120 -y 525 -h 25 -o 0.75 -dim 0.5 -s 3 #XDG_CURRENT_DESKTOP=KDE dmenu_recent -x 400 -w 1120 -y 525 -h 25 -o 0.75 -dim 0.5 -s 0 # volume controls