cutefishos / launcher

Application launcher.
GNU General Public License v3.0
51 stars 32 forks source link

Super button/windows button on click open Launcher #15

Open Octavian-Q opened 2 years ago

Octavian-Q commented 2 years ago

Add please feature when tap super button/windows button to open Launcher

l0l67 commented 2 years ago

you can use xbindkeys as a somewhat hacky workaround.

~/.xbindkeysrc

#!/bin/sh
"cutefish-launcher &"
  Super_L

keep in mind that any other hotkey with Super_L (aka win button) wont work anymore with this (eg. screen locking with win + L)

terminal-cs commented 2 years ago

i'd like to see this soon, as the project seems to be un-dead now, it should be quite simple to create

johnasblasco commented 11 months ago

guys use xbindkeys "cutefish-launcher" c:65 + m:0x50 (windowbutton + space) "cutefish-terminal" c:28 + m:0x18 + m:0x4 (ctrl + alt + t)