mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Update .config/hypr/hyprland/exec.conf Update .config/hypr/hyprpaper.conf Update .config/mako/config Update .config/waybar/colors.css Update .config/wofi/colors Update .config/yazi/keymap.toml Update .config/yazi/theme.toml Update .config/yazi/yazi.toml
37 lines
920 B
Plaintext
37 lines
920 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
|
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
|
|
# 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
|