diff --git a/desktop/configs/hypr/binds.conf b/desktop/configs/hypr/binds.conf index cb64d2e..4667e0b 100644 --- a/desktop/configs/hypr/binds.conf +++ b/desktop/configs/hypr/binds.conf @@ -6,7 +6,7 @@ bind = $mainMod, Return, exec, kitty bind = $mainMod, E, exec, thunar bind = $mainMod SHIFT, s, exec,steam --noverifyfiles -cef-enable-debugging bind = $mainMod CONTROL, s, exec, ~/sfp.sh -bind = $mainMod SHIFT, Return, exec, ~/.config/rofi/launchers/type-2/launcher.sh +bind = $mainMod SHIFT, Return, exec, tofi-drun bind = , Print, exec, ~/.local/bin/print-fullscreen.sh bind = SHIFT, Print, exec, ~/.local/bin/print-select.sh bind = CONTROL SHIFT, Print, exec, ~/.local/bin/print-tmp.sh diff --git a/desktop/configs/tofi/config b/desktop/configs/tofi/config new file mode 100644 index 0000000..51f3459 --- /dev/null +++ b/desktop/configs/tofi/config @@ -0,0 +1,17 @@ +font = ~/.local/share/fonts/CartographCFNerdFont-DemiBold.ttf +font-size = 20 +prompt-text = "run: " +prompt-padding = 5 +hide-cursor = true +width = 100% +height = 100% +border-width = 0 +outline-width = 0 +padding-left = 35% +padding-top = 35% +result-spacing = 25 +num-results = 5 +background-color = #000B +text-color = #abb2bf +selection-color = #427573 +fuzzy-match = true