diff options
| author | subh <subh@subh.space> | 2026-03-30 00:26:56 +0530 |
|---|---|---|
| committer | subh <subh@subh.space> | 2026-03-30 00:26:56 +0530 |
| commit | 4d209f7c9208b5ee3ec4fe642084d523d0ea5a7e (patch) | |
| tree | b09ea1ad33d5fc738a4ce20f752235e336820b04 /hyprland | |
| parent | 759e0c0677c55e99361538054ed87bf7060c654f (diff) | |
Lots of changes
Diffstat (limited to 'hyprland')
| -rw-r--r-- | hyprland/hyprland.conf | 7 | ||||
| -rw-r--r-- | hyprland/keybinds.conf | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/hyprland/hyprland.conf b/hyprland/hyprland.conf index c37cb50..0a692fc 100644 --- a/hyprland/hyprland.conf +++ b/hyprland/hyprland.conf @@ -81,13 +81,13 @@ decoration { rounding_power = 0 # Change transparency of focused and unfocused windows - active_opacity = 1.0 - inactive_opacity = 1.0 + active_opacity = 1.0 + inactive_opacity = 1.0 # https://wiki.hyprland.org/Configuring/Variables/#blur blur { - enabled = true + enabled = false size = 5 passes = 3 @@ -204,4 +204,3 @@ windowrule { #windowrulev2 = suppressevent maximize, class:^(firefox|code|jetbrains-.*|electron)$ windowrule = border_color rgb(f38ba8) rgb(313244), match:class (firefox|librewolf|discord|sublime_text|com.mitchellh.ghostty|org.keepassxc.KeePassXC|burp-StartBurp) windowrule = suppress_event maximize, match:class .* # You'll probably like this. - diff --git a/hyprland/keybinds.conf b/hyprland/keybinds.conf index e575e67..62c3582 100644 --- a/hyprland/keybinds.conf +++ b/hyprland/keybinds.conf @@ -32,6 +32,8 @@ bind = $mainMod, X, exec, /opt/scripts/screen-record.sh bind = $mainMod|Shift, X, exec, /opt/scripts/screen-record-stop.sh bind = $mainMod, Y, exec, hyprctl workspaces -j | jq '.[].lastwindowtitle' | rofi -show window bind = $mainMod, P, exec, hyprctl getoption general:layout | grep -q 'dwindle' && hyprctl keyword general:layout master || hyprctl keyword general:layout dwindle +bind = $mainMod, equal, exec, pactl set-sink-volume @DEFAULT_SINK@ +5% && notify-send "Volume Status" "Current Volume: $(pactl --format json get-sink-volume @DEFAULT_SINK@ | jq -r '.volume."front-left"."value_percent"')" +bind = $mainMod, minus, exec, pactl set-sink-volume @DEFAULT_SINK@ -5% && notify-send "Volume Status" "Current Volume: $(pactl --format json get-sink-volume @DEFAULT_SINK@ | jq -r '.volume."front-left"."value_percent"')" # Move focus with mainMod + arrow keys bind = $mainMod, h, movefocus, l |
