Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 460 Bytes

run-rofi-with-one-key.md

File metadata and controls

21 lines (15 loc) · 460 Bytes

Run rofi with one key

Configure rofi to run on two keys in your tiling wm

mod + x in leftwm for example:

[[keybind]]
command = "Execute"
value = "rofi -modi drun -matching fuzzy -sorting-method fzf drun -show"
modifier = ["modkey"]
key = "x"

Add xcape binding to your up script:

Xcape will execute mod + x when you release mod:

xcape -e 'Super_R=Super_R|X;Super_L=Super_L|X'