davatorium / rofi-scripts

Small scripts for use with rofi
518 stars 82 forks source link

Keyboard shortcut is not working on i3wm #7

Open Enrico68 opened 6 years ago

Enrico68 commented 6 years ago

Hello , I have configured on i3wm with bindsym $mod+Ctrl+s exec "rofi-surfraw" , but when I try to use it it is opening window but it does not open browser for searching it . Like this

carnager commented 6 years ago

Seems you have surfraw configured to use a terminal browser. Not sure how to make that work, since surfraw does its own thing here.

You could use something like terminal -e 'w3m' in surfraw config, but this would open new terminals, even when run from one. Not a nice solution.