diff --git a/home/.i3/config b/home/.i3/config index 5ca34dd..2640115 100644 --- a/home/.i3/config +++ b/home/.i3/config @@ -32,14 +32,14 @@ for_window [class="^.*"] border pixel 1 floating_modifier $mod # start a terminal -bindsym $mod+Return exec terminal +bindsym $mod+Return exec terminal # kill focused window bindsym $mod+Shift+q kill # start program launcher -bindsym $mod+d exec --no-startup-id rofi -show drun -modes drun,window,ssh,filebrowser -bindsym $mod+Shift+d exec --no-startup-id rofi -show filebrowser -modes drun,window,ssh,filebrowser +bindsym $mod+d exec --no-startup-id "rofi -show drun -modes drun,window,filebrowser" +bindsym $mod+Shift+d exec --no-startup-id "rofi -show filebrowser -modes filebrowser,window" # launch categorized menu bindsym $mod+z exec --no-startup-id morc_menu