diff options
author | Alan Pearce | 2019-08-02 11:56:38 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-02 11:56:38 +0200 |
commit | 8d22f6ac9b62f0c8793b6e63a5633c0f05f743fc (patch) | |
tree | 8a6aec7ebb6317d5881427a7b4d6d301701c9119 | |
parent | d5eb8a478ab55a43ca94e75bba511e376d849f8f (diff) | |
download | dotfiles-8d22f6ac9b62f0c8793b6e63a5633c0f05f743fc.tar.lz dotfiles-8d22f6ac9b62f0c8793b6e63a5633c0f05f743fc.tar.zst dotfiles-8d22f6ac9b62f0c8793b6e63a5633c0f05f743fc.zip |
i3: prioritise commands over windows in rofi
-rw-r--r-- | i3/.config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index f008450..651a876 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -89,7 +89,7 @@ bindsym $mod+Shift+w kill bindsym --release $mod+Mod1+r exec rofi -show run bindsym --release $mod+Shift+semicolon exec rofi-pass -bindsym --release $mod+space exec "rofi -show combi -combi-modi window,drun,ssh" +bindsym --release $mod+space exec "rofi -show combi -combi-modi drun,window,ssh" # change focus bindsym $mod+h focus left |