From c09e9843dc9a628a6adb5cca09b1aeedc1a0bc60 Mon Sep 17 00:00:00 2001 From: caiowakamatsu Date: Fri, 28 Nov 2025 15:09:18 -0300 Subject: [PATCH] add calculator --- hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 745b747..e22e6ca 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -10,6 +10,7 @@ $terminal = kitty $fileManager = dolphin $menu = rofi -show drun $screenshot = grim -g "$(slurp)" - | swappy -f - +$calc = rofi -show calc -modi calc -no-show-match -no-sort ################# ### AUTOSTART ### @@ -228,6 +229,7 @@ bind = SUPER_SHIFT, Q, killactive, bind = $mainMod, E, exec, $fileManager bind = $mainMod, F, togglefloating, bind = $mainMod, D, exec, $menu +bind = $mainMod, C, exec, $calc # Move focus with mainMod + arrow keys bind = $mainMod, h, movefocus, l