Commit 501f2584 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Rofi changes reverted for alt+Tab. I use alttab

(https://github.com/sagb/alttab) and can't grab Alt+Tab hjkl since i3
has grabbed them.  Rofi does work in this case though.
parent 97c7804a
......@@ -72,7 +72,7 @@ bindsym $mod+Shift+q kill
#bindsym $mod+d exec --no-startup-id dmenu_recency
#exec --no-startup-id kupfer
bindsym $mod_next+d exec --no-startup-id "rofi -show-icons -modi windowcd,window,drun -show drun"
bindsym $mod_next+Tab exec --no-startup-id "rofi -show-icons -modi windowcd,window,drun -show window"
bindsym $mod+Tab exec --no-startup-id "rofi -show-icons -modi windowcd,window,drun -show window"
# launch categorized menu
#bindsym $mod+c exec --no-startup-id morc_menu
......
......@@ -3,8 +3,8 @@ rofi.theme: ~/.jt-config-repo/rofi/themes/lb-numix.rasi
!keyboard binding changes: tab, shift+tab to switch modes
rofi.kb-row-tab:
rofi.kb-row-up: Up,Control+p,Super+k
rofi.kb-row-down: Down,Control+n,Super+j
rofi.kb-mode-next: Tab,Super+l
rofi.kb-mode-previous: ISO_Left_Tab,Super+h
rofi.kb-accept-entry: Return,Super+Return
rofi.kb-row-up: Up,Control+p,Alt+k
rofi.kb-row-down: Down,Control+n,Alt+j
rofi.kb-mode-next: Tab,Alt+l
rofi.kb-mode-previous: ISO_Left_Tab,Alt+h
rofi.kb-accept-entry: Return,Alt+Return
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment