diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-07-04 20:55:59 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-07-04 20:55:59 +0530 |
commit | b15b83d8dbd771670c640b09b975d53e01ec424a (patch) | |
tree | d3c862c8c9c76be5d37716c503ff1d96dd19524a /.config | |
parent | ed779a4bc67e7506ba5521ac1d2308aaedeb89de (diff) |
hypr: use ranger via footerm + replace galculator for rofi calc
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 10 |
1 files changed, 5 insertions, 5 deletions
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 <go,h,b>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 |