[hyprland] Update config

This commit is contained in:
seajee
2025-06-14 20:21:40 +02:00
parent e4506555c3
commit 6d012f6155
2 changed files with 25 additions and 15 deletions

View File

@@ -3,24 +3,24 @@
####################
# sddm hyprland hyprpaper hypridle hyprlock waybar wofi
# hyprshot(AUR) hyprpicker(AUR)
# hyprshot hyprpicker(AUR)
#
# alacritty network-manager-applet blueman
# alacritty network-manager-applet blueman brightnessctl
#
# xdg-desktop-portal-hyprland xdg-desktop-portal-gtk archlinux-xdg-menu
# qt5-wayland qt6-wayland qt5ct qt6ct
# breeze kvantum kvantum-qt5
# breeze kvantum kvantum-qt5 nwg-look
#
# pipewire pipewire-pulse pipewire-jack wireplumber
#
# polkit-kde-agent swaync
# hyprpolkitagent swaync
################
### MONITORS ###
################
monitor = , preferred, auto, auto
monitor = , preferred, auto, 1
###################
@@ -41,7 +41,8 @@ exec-once = nm-applet &
exec-once = waybar & hyprpaper
exec-once = hypridle
exec-once = swaync
exec-once = systemctl --user start plasma-polkit-agent
exec-once = systemctl --user start hyprpolkitagent
exec-once = hyprctl setcursor Breeze 24
#############################
@@ -86,10 +87,12 @@ decoration {
active_opacity = 1.0
inactive_opacity = 1.0
drop_shadow = true
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
shadow {
enabled = true
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
blur {
enabled = true
@@ -124,7 +127,8 @@ master {
misc {
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
disable_splash_rendering = true
}
@@ -141,7 +145,7 @@ input {
follow_mouse = 1
sensitivity = -0.5 # -1.0 - 1.0, 0 means no modification.
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
accel_profile = flat
touchpad {
@@ -159,6 +163,7 @@ gestures {
####################
$mainMod = SUPER # Sets "Windows" key as main modifier
$shiftMod = SUPER_SHIFT
bind = $mainMod, Q, exec, $terminal
bind = $mainMod, C, killactive,
@@ -226,11 +231,16 @@ bind = $mainMod SHIFT, down, swapwindow, d
# Media
bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindl = , XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
bindl = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
bindl = , XF86AudioNext, exec, playerctl next
# Brightness
bindel = , XF86MonBrightnessUp, exec, brightnessctl s +10%
bindel = , XF86MonBrightnessDown, exec, brightnessctl s 10%-
# Screenshots
bind = $mainMod, PRINT, exec, hyprshot -m window -o ~/Pictures/Screenshots --freeze
bind = , PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots --freeze