all repos — dotfiles @ 4f9a1f113f9ea594a490f8c795a5525c42aec713

linux dotfiles

Update rofi.rasi

add a window switcher bound to mod+v
prithugoswami prithugoswami524@gmail.com
Sun, 06 May 2018 20:54:38 +0530
commit

4f9a1f113f9ea594a490f8c795a5525c42aec713

parent

5fc5469664fc1d2fc0b4f4f78bbce08566b57a14

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M i3/configi3/config

@@ -33,7 +33,10 @@ # kill focused window

bindsym $mod+o kill # start program launcher -bindsym $mod+d exec --no-startup-id "rofi -modi 'run,window' -show run" +bindsym $mod+d exec --no-startup-id "rofi -show run" + +#i3 window swticher using rofi +bindsym $mod+v exec --no-startup-id "rofi -show window -width 96" # launch categorized menu bindsym $mod+z exec --no-startup-id morc_menu