Switch from wofi to rofi.
This commit is contained in:
parent
8e2e316b62
commit
0b7d4b8c54
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -69,7 +69,7 @@ keys = [
|
||||
# app binds
|
||||
Key([mod], "Return", lazy.spawn("footclient")),
|
||||
Key([mod], "space", lazy.spawncmd()),
|
||||
Key([mod], "a", lazy.spawn("flatpak run com.yubico.yubioath")),
|
||||
# Key([mod], "a", lazy.spawn("flatpak run com.yubico.yubioath")),
|
||||
Key([mod], "e", lazy.spawn("rofi -show emoji")),
|
||||
Key([mod], "i", lazy.spawn("sh -c 'grim -g \"$(slurp)\"'")),
|
||||
Key([mod], "m", lazy.spawn("sh -c 'pgrep -x neomutt > /dev/null || footclient -a mutt -o bold-text-in-bright=yes neomutt'")),
|
||||
|
1
_gui/_configs/rofi/config.rasi
Normal file
1
_gui/_configs/rofi/config.rasi
Normal file
@ -0,0 +1 @@
|
||||
@theme "/usr/share/rofi/themes/Monokai.rasi"
|
Loading…
Reference in New Issue
Block a user