From 138dbad0773eb870967ad009405883d8f89e365a Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Wed, 22 Mar 2023 18:23:41 +0530 Subject: hypr: old sxhkd-like keybind addition --- .config/hypr/hyprland.conf | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to '.config/hypr/hyprland.conf') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 4723ba4..83d1540 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -105,6 +105,12 @@ $MOD = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $MOD SHIFT, Return, exec, kitty + +################ +# Applications # +################ + +# Launch Brave bind = $MOD, Q, exec, brave bind = $MOD CTRL, Q, exec, brave --incognito bind = $MOD ALT, Q, exec, brave --tor @@ -114,11 +120,20 @@ bind = $MOD CTRL SHIFT, Q, exit, bind = $MOD, F, togglefloating, bind = $MOD, Space, togglefloating, bind = $MOD, E, exec, emacs + +##(Temp Launch) +# Launch ranger bind = $MOD, R, exec, kitty -e ranger +# Launch pulsemixer +bind = $MOD, P, exec, kitty -e pulsemixer +#Launch top +bind = $MOD SHIFT, G, exec, kitty -e gotop +bind = $MOD SHIFT, H, exec, htop +bind = $MOD SHIFT, B, exec, btop +#Launch galculator - a GTK 2/3 based scientific calculator bindr= $MOD, D, exec, pkill tofi || tofi-run bind = $MOD SHIFT, M, exec, sp - #otherkeyb bind = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && [[ "$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | grep MUTE)" ]] && dunstify "Mute" "Volume set to 0%" -i volume-xmark -t 1000 -r 1234 binde = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ && dunstify "Volume Changed" "Volume set to $(volumecurr)" -i volume-high -t 1500 -r 1235 -- cgit v1.2.3