diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 78b196d..fbf767f 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -7,7 +7,7 @@ set $down j set $up k set $right l set $term alacritty -set $just just --justfile ~/.config/i3/justfile +set $just just --justfile ~/.config/i3/justfile # Window borders new_window 1pixel @@ -21,7 +21,7 @@ exec --no-startup-id $just reset-wallpaper # Key bindings bindsym $mod+Return exec $term 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 # Floating modifier diff --git a/i3/.config/i3/justfile b/i3/.config/i3/justfile index 1f4a2dc..97136d0 100644 --- a/i3/.config/i3/justfile +++ b/i3/.config/i3/justfile @@ -5,4 +5,7 @@ choose-monitor: reset-wallpaper: feh --bg-max ~/.wallpaper/ +program-picker: + dmenu_run -p 'start program' +