ayushnix / tessen

an interactive menu to autotype and copy pass and gopass data
GNU General Public License v2.0
74 stars 12 forks source link

Conflict with rofi and dmenu #51

Open t101804 opened 9 months ago

t101804 commented 9 months ago

Hello, previously i use rofi, then i installed tessen with

yay -S wtype yay -S tessen

then tessen opened by dmenu?? how change tessen run with rofi . also my keybind are doubled with dmenu like if i press window tab / a usually it open rofi now its open tessen and rofi ( double )

Keybinding rofi image then when i close , it open rofi image

ayushnix commented 9 months ago

tessen can only open if you've bound it to some keybinding in hyprland. If the keybinding you've used for tessen is the same as what you use to open rofi, this conflicting behavior may happen. I'm not sure how hyprland works but I suspect this might be an issue with how you've configured keybindings in hyprland for tessen and rofi.

You can also choose which dmenu backend you want to use with tessen. Note that only Wayland native backends are supported by tessen so you'll need to ensure that you're using the rofi-lbonn fork rather than rofi.

t101804 commented 9 months ago

when i use force to rofi

rofi -modes "tessen:tessen" -show tessen -dmenu

it not show the tessen

t101804 commented 9 months ago

not forced into the rofi, and still in the dmenu

t101804 commented 9 months ago

tessen can only open if you've bound it to some keybinding in hyprland. If the keybinding you've used for tessen is the same as what you use to open rofi, this conflicting behavior may happen. I'm not sure how hyprland works but I suspect this might be an issue with how you've configured keybindings in hyprland for tessen and rofi.

You can also choose which dmenu backend you want to use with tessen. Note that only Wayland native backends are supported by tessen so you'll need to ensure that you're using the rofi-lbonn fork rather than rofi.

i already use rofi forked lbonn , cant i add tessen in the modi of rofi?

ayushnix commented 9 months ago

cant i add tessen in the modi of rofi?

No

rofi -modes "tessen:tessen" -show tessen -dmenu

This command won't work. tessen doesn't provide any modes for rofi.

You can use other dmenu programs like fuzzel to use tessen.