diff options
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 17 |
1 files changed, 16 insertions, 1 deletions
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 <go,h,bash>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 |