Skip to content

Commit f899e3d

Browse files
committed
Merge pull request #4 from cenau/patch-1
add --no-startup-id flag to dmenu binding
2 parents 033de1b + 3b6b998 commit f899e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/i3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ bindsym $mod+i exec i3-input
8383
bindsym $mod+Shift+x exec i3lock -i ~/.i3/desktop.jpg
8484

8585
# Trigger dmenu
86-
bindsym $mod+d exec dmenu_run
86+
bindsym $mod+d exec --no-startup-id dmenu_run
8787

8888
# Kill focused window
8989
bindsym $mod+Shift+q kill

0 commit comments

Comments
 (0)