[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 # 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 # xdg-desktop-portal-hyprland xdg-desktop-portal-gtk archlinux-xdg-menu
# qt5-wayland qt6-wayland qt5ct qt6ct # qt5-wayland qt6-wayland qt5ct qt6ct
# breeze kvantum kvantum-qt5 # breeze kvantum kvantum-qt5 nwg-look
# #
# pipewire pipewire-pulse pipewire-jack wireplumber # pipewire pipewire-pulse pipewire-jack wireplumber
# #
# polkit-kde-agent swaync # hyprpolkitagent swaync
################ ################
### MONITORS ### ### MONITORS ###
################ ################
monitor = , preferred, auto, auto monitor = , preferred, auto, 1
################### ###################
@@ -41,7 +41,8 @@ exec-once = nm-applet &
exec-once = waybar & hyprpaper exec-once = waybar & hyprpaper
exec-once = hypridle exec-once = hypridle
exec-once = swaync 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 active_opacity = 1.0
inactive_opacity = 1.0 inactive_opacity = 1.0
drop_shadow = true shadow {
shadow_range = 4 enabled = true
shadow_render_power = 3 range = 4
col.shadow = rgba(1a1a1aee) render_power = 3
color = rgba(1a1a1aee)
}
blur { blur {
enabled = true enabled = true
@@ -124,7 +127,8 @@ master {
misc { misc {
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers 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 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 accel_profile = flat
touchpad { touchpad {
@@ -159,6 +163,7 @@ gestures {
#################### ####################
$mainMod = SUPER # Sets "Windows" key as main modifier $mainMod = SUPER # Sets "Windows" key as main modifier
$shiftMod = SUPER_SHIFT
bind = $mainMod, Q, exec, $terminal bind = $mainMod, Q, exec, $terminal
bind = $mainMod, C, killactive, bind = $mainMod, C, killactive,
@@ -226,11 +231,16 @@ bind = $mainMod SHIFT, down, swapwindow, d
# Media # Media
bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel = , XF86AudioLowerVolume, 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 = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous bindl = , XF86AudioPrev, exec, playerctl previous
bindl = , XF86AudioNext, exec, playerctl next bindl = , XF86AudioNext, exec, playerctl next
# Brightness
bindel = , XF86MonBrightnessUp, exec, brightnessctl s +10%
bindel = , XF86MonBrightnessDown, exec, brightnessctl s 10%-
# Screenshots # Screenshots
bind = $mainMod, PRINT, exec, hyprshot -m window -o ~/Pictures/Screenshots --freeze bind = $mainMod, PRINT, exec, hyprshot -m window -o ~/Pictures/Screenshots --freeze
bind = , PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots --freeze bind = , PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots --freeze

View File

@@ -37,7 +37,7 @@
} }
}, },
"hyprland/window": { "hyprland/window": {
"icon": true, // "icon": true,
"icon-size": 22, "icon-size": 22,
"max-length": 35, "max-length": 35,
"separate-outputs": true "separate-outputs": true
@@ -55,8 +55,8 @@
"backlight": { "backlight": {
"interval": 2, "interval": 2,
"format": "󰖨 {percent}%", "format": "󰖨 {percent}%",
"on-scroll-up": "brightnessctl set +4", "on-scroll-up": "brightnessctl set +5%",
"on-scroll-down": "brightnessctl set 4-" "on-scroll-down": "brightnessctl set 5%-"
}, },
"pulseaudio": { "pulseaudio": {
"format": "{icon} {volume}%", "format": "{icon} {volume}%",