From 46f86978d0f8c7538b615ba60e1332cc280f5cd0 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Tue, 14 Mar 2023 21:26:41 +0530 Subject: hypr: fractionalscaling reduce+ exec-correction+ volume settings --- .config/hypr/hyprland.conf | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 4fed421..ac03f26 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,10 +1,10 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=eDP-1,1920x1080@60,0x0,1.05 +monitor=eDP-1,1920x1080@60,0x0,1.01 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -exec-once = waybar, dunst, wpaperd +exec-once = waybar & dunst & wpaperd #hyprpaper # Source a file (multi-file configs) @@ -94,7 +94,7 @@ Misc { # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more - +windowrule = workspace 9 silent,^(spotify)$ # See https://wiki.hyprland.org/Configuring/Keywords/ for more $MOD = SUPER @@ -113,6 +113,14 @@ bind = $MOD, Space, togglefloating, bind = $MOD, E, exec, emacs bind = $MOD, R, exec, kitty -e ranger bind= $MOD, D, exec, tofi-run +bind=,Print,exec,grim + + +#otherkeyb +binde = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ && dunstify "Volume Changed" "Volume set to $(volumecurr)" -i volume-high -t 1500 -r 1235 +binde = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- && dunstify "Volume Changed" "Volume set to $(volumecurr)" -i volume-low -t 1500 -r 1236 +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 + #master-stack layout bind = $MOD, Return,layoutmsg, swapwithmaster -- cgit v1.2.3