49 lines
1.8 KiB
Plaintext
49 lines
1.8 KiB
Plaintext
# Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/
|
|
|
|
# Use defaults Omarchy defaults (but don't edit these directly!)
|
|
source = ~/.local/share/omarchy/default/hypr/autostart.conf
|
|
source = ~/.local/share/omarchy/default/hypr/bindings/media.conf
|
|
source = ~/.local/share/omarchy/default/hypr/bindings/clipboard.conf
|
|
source = ~/.local/share/omarchy/default/hypr/bindings/tiling-v2.conf
|
|
source = ~/.local/share/omarchy/default/hypr/bindings/utilities.conf
|
|
source = ~/.local/share/omarchy/default/hypr/envs.conf
|
|
source = ~/.local/share/omarchy/default/hypr/looknfeel.conf
|
|
source = ~/.local/share/omarchy/default/hypr/input.conf
|
|
source = ~/.local/share/omarchy/default/hypr/windows.conf
|
|
source = ~/.config/omarchy/current/theme/hyprland.conf
|
|
|
|
# Change your own setup in these files (and overwrite any settings from defaults!)
|
|
source = ~/.config/hypr/monitors.conf
|
|
source = ~/.config/hypr/input.conf
|
|
source = ~/.config/hypr/bindings.conf
|
|
source = ~/.config/hypr/looknfeel.conf
|
|
source = ~/.config/hypr/autostart.conf
|
|
|
|
# Add any other personal Hyprland configuration below
|
|
# windowrule = workspace 5, class:qemu
|
|
|
|
# ######### Input method ##########
|
|
# See https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland
|
|
#env = QT_IM_MODULE, fcitx
|
|
#env = XMODIFIERS, @im=fcitx
|
|
#env = SDL_IM_MODULE, fcitx
|
|
#env = GLFW_IM_MODULE, ibus
|
|
#env = INPUT_METHOD, fcitx
|
|
|
|
# ############ Wayland #############
|
|
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
|
|
|
######### Applications #########
|
|
env = XDG_DATA_DIRS,$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
|
|
|
|
# ############ Themes #############
|
|
env = QT_QPA_PLATFORM, wayland
|
|
env = QT_QPA_PLATFORMTHEME, kde
|
|
env = XDG_MENU_PREFIX, plasma-
|
|
|
|
# ######## Wayland #########
|
|
# Tearing
|
|
# env = WLR_DRM_NO_ATOMIC, 1
|
|
# ?
|
|
# env = WLR_NO_HARDWARE_CURSORS, 1
|