diff options
author | zachir <zachir@librem.one> | 2025-07-18 12:10:52 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-18 12:10:52 -0500 |
commit | 5cfc7613786ee6150a8778ecfc6cfe95158fa1b4 (patch) | |
tree | 5cb0212ec52fa01a6c285ee3877cb94834993b36 | |
parent | 08c2629ae10e41a8432b87e4deb42b47eea97bde (diff) | |
parent | 69d1aa0bc866139683cd1df54a1e13169027f69a (diff) |
Merge branch 'master' into cla
-rw-r--r-- | hypr/hyprland.conf | 4 | ||||
-rw-r--r-- | tofi/themes/dmenu | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 02b314a..da07616 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -355,8 +355,8 @@ submap = reset #}}} #{{{ Menu bindings -bind = $mainMod, R, exec, sh -c "rofi -show drun" -bind = $mainMod, D, exec, sh -c "rofi -show run" +bind = $mainMod, R, exec, sh -c "tofi-drun --drun-launch=true -c $HOME/.config/tofi/themes/dmenu_vertical" +bind = $mainMod, D, exec, sh -c "$(tofi-run -c $HOME/.config/tofi/themes/dmenu_vertical)" bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc bind = $mainMod $secdMod, E, exec, mbc diff --git a/tofi/themes/dmenu b/tofi/themes/dmenu index 5aaef23..e2dc14d 100644 --- a/tofi/themes/dmenu +++ b/tofi/themes/dmenu @@ -1,9 +1,9 @@ -include = "themes/colors" +include = "colors" hidden-character = "*" anchor = top width = 100% -height = 24 +height = 36 horizontal = true font-size = 18 prompt-text = "" |