Commit ce199adc authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'development'

parents a36e9be5 bba0b323
......@@ -52,9 +52,8 @@ bindsym $mod+Shift+q kill
# start program launcher
#bindsym $mod+d exec --no-startup-id dmenu_recency
#bindsym $mod+d exec --no-startup-id "rofi -modi window,windowcd,drun,run -show drun"
exec --no-startup-id kupfer
bindsym $mod+Tab exec --no-startup-id "rofi -modi window,drun,run,windowcd -show window"
bindsym $mod+Tab exec --no-startup-id "rofi -show-icons -modi windowcd,window,drun -show windowcd"
# launch categorized menu
#bindsym $mod+c exec --no-startup-id morc_menu
......
......@@ -2,7 +2,9 @@
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
rofi.kb-mode-next: Tab
rofi.kb-mode-previous: ISO_Left_Tab
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
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