From cb45c1dc497d039b08034bfcb38a375de59e462a Mon Sep 17 00:00:00 2001 From: benkyd Date: Mon, 23 Jan 2023 09:57:39 +0000 Subject: [PATCH] changes --- home/.i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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