From b15b83d8dbd771670c640b09b975d53e01ec424a Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 4 Jul 2023 20:55:59 +0530 Subject: hypr: use ranger via footerm + replace galculator for rofi calc --- .config/hypr/hyprland.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/hypr/hyprland.conf') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a148f03..289f93a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -154,14 +154,14 @@ bind = $MOD SHIFT, T, exec, qutebrowser https://teams.microsoft.com # Launch spotify bind = $MOD SHIFT, M, exec, sp # Launch discord -#bind = $MOD SHIFT, D, exec, discord +bind = $MOD SHIFT, D, exec, discord # Launch telegram bind = $MOD CTRL, E, exec, telegram-desktop ##(Temp Launch) -# Launch ranger #with kitty till it's resolved -bind = $MOD, R, exec, kitty -e ranger +# Launch ranger +bind = $MOD, R, exec, foot -e ranger # Launch pulsemixer bind = $MOD, P, exec, foot -e pulsemixer #Launch top @@ -186,8 +186,8 @@ binde = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ & binde = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- && dunstify "Volume Changed" "Volume set to $(volumecurr)" -i volume-low -t 1500 -r 1236 binde = ,XF86MonBrightnessUp, exec, brillo -s intel_backlight -A 4 && dunstify -u normal -t 3000 -r 90210 -i brightness "$(printf %.0f%% $( brillo -G) )" binde = ,XF86MonBrightnessDown, exec, brillo -s intel_backlight -U 4 && dunstify -u normal -t 3000 -r 90210 -i brightness "$(printf %.0f%% $( brillo -G) )" -#Launch galculator - a GTK 2/3 based scientific calculator -bind = , XF86Calculator, exec, galculator +#Launch rofi calc mode +bind = $MOD, F2 , exec, rofi -show calc -modi calc -no-show-match -no-sort #master-stack layout bind = $MOD, Return,layoutmsg, swapwithmaster -- cgit v1.2.3