This commit is contained in:
2024-11-23 11:41:51 +01:00
parent 34d6a2cb93
commit b28158a9c2
2 changed files with 60 additions and 46 deletions

View File

@@ -45,8 +45,11 @@ $menu = wofi --show drun
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
exec = gsettings set org.gnome.desktop.interface gtk-theme "Adwaita:dark" # for GTK3 apps
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps
exec-once = waybar
# exec-once = waybar
exec-once = $terminal
exec-once = $browser
# exec-once = nm-applet &
@@ -61,6 +64,8 @@ exec-once = $browser
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
env = QT_QPA_PLATFORM,wayland
env = QT_QPA_PLATFORMTHEME,qt5ct # for Qt apps
#####################
@@ -106,7 +111,7 @@ decoration {
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
enabled = false
size = 3
passes = 1
@@ -211,7 +216,7 @@ device {
###################
# See https://wiki.hyprland.org/Configuring/Keywords/
$mainMod = SUPER # Sets "Windows" key as main modifier
$mainMod = SHIFT ALT # Sets "Windows" key as main modifier
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, $terminal