hypr/hyprland.conf
2025-03-08 19:35:35 +01:00

45 lines
1.9 KiB
Text

# ╭──────────╮
# │ MONITORS │
# ╰──────────╯
# ─< See https://wiki.hyprland.org/Configuring/Monitors/ >──────────────────────────────────
$h_conf = ~/.config/hypr
# ─< monitors configuration for allowing different machines to have different files, >────
# without confusing with git and without having to have a huge ignorelist
source = $HOME/.monitors.conf
# ╭──────────────╮
# │ Source files │
# ╰──────────────╯
source = $h_conf/hotkeys.conf
source = $h_conf/style.conf
source = $h_conf/workspace-rules.conf
source = $h_conf/windowrules.conf
exec-once = $h_conf/.scripts/init.sh
# exec-once = hyprpanel
# exec-once = copyq --start-server
# exec-once = $scripts/swww_random.sh ~/.wallpapers/
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
# See https://wiki.hyprland.org/Configuring/Environment-variables/
# ╭───────────────────────╮
# │ Environment-variables │
# ╰───────────────────────╯
env = XCURSOR_SIZE,16
env = HYPRCURSOR_THEME,catppuccin-mocha-dark-cursors
env = HYPRCURSOR_SIZE,28
env = QT_QPA_PLATFORMTHEME,qt6ct # change to qt6ct if you have that
env = QT_QPA_PLATFORM,wayland;xcb
env = QT_SCALE_FACTOR,1
# env = GTK_THEME,Nordic-darker
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_DESKTOP,Hyprland
env = XDG_SESSION_TYPE,wayland
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1