mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
36 lines
885 B
Plaintext
36 lines
885 B
Plaintext
$mainMod = SUPER # Sets "Windows" key as main modifier
|
|
$terminal = uwsm app -- kitty
|
|
$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)
|
|
|
|
monitor=,preferred,auto,auto
|
|
|
|
env = XCURSOR_SIZE,24
|
|
env = HYPRCURSOR_SIZE,24
|
|
|
|
# TO BE MOVED
|
|
bind = $mainMod, M, exit,
|
|
|
|
|
|
misc {
|
|
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
|
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
|
}
|
|
|
|
gestures {
|
|
workspace_swipe = false
|
|
}
|
|
|
|
# IMPORTS
|
|
|
|
source = ./hyprland/binds/*
|
|
source = ./hyprland/rules/*
|
|
source = ./hyprland/input.conf
|
|
source = ./hyprland/general.conf
|
|
source = ./hyprland/decoration.conf
|
|
source = ./hyprland/animations.conf
|
|
source = ./hyprland/layouts.conf
|
|
source = ./hyprland/workspaces.conf
|
|
source = ./hyprland/exec.conf
|
|
source = ./hyprland/monitors.conf
|
|
exec-once = hyprlock
|