put the program picker in the justfile as well

This commit is contained in:
2026-05-25 15:45:04 +02:00
parent 3adef2e237
commit 285ec6955b
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ exec --no-startup-id $just reset-wallpaper
# Key bindings # Key bindings
bindsym $mod+Return exec $term bindsym $mod+Return exec $term
bindsym $mod+q kill bindsym $mod+q kill
bindsym $mod+d exec --no-startup-id dmenu_run bindsym $mod+d exec --no-startup-id $just program-picker
bindsym $mod+m exec --no-startup-id $just choose-monitor bindsym $mod+m exec --no-startup-id $just choose-monitor
# Floating modifier # Floating modifier
+3
View File
@@ -5,4 +5,7 @@ choose-monitor:
reset-wallpaper: reset-wallpaper:
feh --bg-max ~/.wallpaper/ feh --bg-max ~/.wallpaper/
program-picker:
dmenu_run -p 'start program'