diff options
author | zachir <zachir@librem.one> | 2025-07-12 19:32:03 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-12 19:32:03 -0500 |
commit | 27a3fa66fc8ed473bcd46b4c0a281aef0a584595 (patch) | |
tree | 12e2e3ad2d24c0fd95a5dc7e1fe12694af737b39 | |
parent | d6c382e9a65b98f31543afa604ff5185a467a725 (diff) |
Use rofi instead of tofi
-rw-r--r-- | hypr/hyprland.conf | 4 | ||||
-rw-r--r-- | waybar/config | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c0f5806..872467a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -306,8 +306,8 @@ submap = reset #}}} #{{{ Menu bindings -bind = $mainMod, R, exec, sh -c "$(tofi-drun -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)" -bind = $mainMod, D, exec, sh -c "$(tofi-run -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)" +bind = $mainMod, R, exec, sh -c "rofi -show drun" +bind = $mainMod, D, exec, sh -c "rofi -show run" bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc bind = $mainMod $secdMod, E, exec, mbc diff --git a/waybar/config b/waybar/config index 2717db9..664a19d 100644 --- a/waybar/config +++ b/waybar/config @@ -145,13 +145,13 @@ }, "custom/launcher":{ "format": "", - "on-click": "exec $(tofi-drun)", - "on-click-right": "killall tofi" + "on-click": "rofi -show drun", + //"on-click-right": "killall rofi" }, "custom/power":{ "format": " ", - "on-click": "nwg-bar", - "on-click-right": "killall nwg-bar" + "on-click": "rofi -show p -modi p:rofi-power-menu", + //"on-click-right": "killall rofi" }, "custom/snip":{ "format": " ", |