quickshell and hyprland additions

This commit is contained in:
2026-03-15 13:56:00 +02:00
parent c9c27d1554
commit 1ad06b82a6
509 changed files with 68371 additions and 19 deletions

View File

@@ -23,9 +23,18 @@ env = XDG_SESSION_TYPE,wayland
env = XDG_SESSION_DESKTOP,Hyprland
env = XDG_SCREENSHOTS_DIR,$HOME/Pictures/Screenshots
env = LIBVA_DRIVER_NAME,nvidia
env = GBM_BACKEND,nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
# env = LIBVA_DRIVER_NAME,nvidia
# env = GBM_BACKEND,nvidia-drm
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
env = AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1
# Toolkit Backend Variables
env = GDK_BACKEND,wayland,x11,*
env = QT_QPA_PLATFORM,wayland;xcb
env = CLUTTER_BACKEND,wayland
env = GDK_BACKEND,wayland,x11,*
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = QT_QPA_PLATFORM,wayland;xcb
@@ -33,6 +42,7 @@ env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env = QT_QPA_PLATFORMTHEME,qt5ct
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
################
### MONITORS ###
################
@@ -63,14 +73,14 @@ exec-once = ~/.config/hypr/start.sh
# https://wiki.hyprland.org/Configuring/Variables/#general
general {
gaps_in = 5
gaps_out = 20
gaps_in = 3
gaps_out = 5
border_size = 2
col.active_border = rgb(44475a) rgb(bd93f9) 90deg
col.inactive_border = rgba(44475aaa)
col.nogroup_border = rgba(282a36dd)
col.nogroup_border_active = rgb(bd93f9) rgb(44475a) 90deg
col.active_border = 0xffd3869b
col.inactive_border = 0xff45475a
# col.nogroup_border = rgba(282a36dd)
# col.nogroup_border_active = rgb(bd93f9) rgb(44475a) 90deg
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false
@@ -89,19 +99,20 @@ decoration {
rounding = 10
# Change transparency of focused and unfocused windows
active_opacity = 1.0
inactive_opacity = 1.0
active_opacity = 0.9
inactive_opacity = 0.9
shadow {
enabled = true
range = 4
render_power = 3
color = rgba(1E202966)
}
range = 4
render_power = 3
color = 0x33000000
color_inactive = 0x22000000
}
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
size = 3
passes = 1
size = 2
passes = 4
vibrancy = 0.1696
}
}
@@ -141,6 +152,7 @@ misc {
animate_mouse_windowdragging = true
enable_swallow = true
disable_hyprland_logo = true
vfr = true
}