hyprland config

This commit is contained in:
Hannes
2025-10-16 20:49:26 +02:00
parent 694f81ee2c
commit 3add98f7bb
7 changed files with 391 additions and 79 deletions

View File

@@ -3,97 +3,26 @@
# | |_ _| __| -| |__| | | | | | |
# |__|__| |_| |__| |__|__|_____|__|__|_|___|____/
#
# by Bina & Honney
source = ~/.config/hypr/hyprland/env.conf
source = ~/.config/hypr/hyprland/theme.conf
# by Bina & edited by Honney
# -- execute at launch --
source = ~/.config/hypr/hyprland/autostart.conf
# -- monitor --
source = ~/.config/hypr/hyprland/monitor.conf
monitor=,preferred,auto,auto
# -- pywal colors --
source = ~/.config/wal/templates/colors-hyprland
# -- monitor --
monitor=,preferred,auto,auto
monitor=DP-4,3840x2160@60,-3840x0,1
monitor=DP-5,3840x2160@60,-3840x0,1
monitor=DP-1,3840x2160@60,-3840x0,1
monitor=DP-7,3840x2160@60,-3840x0,1
monitor=DP-3,3840x2160@144,0x0,1
monitor=HDMI-A-1,1920x1080@60,-1920x-1080,1,transform,2
monitor=DP-2,1920x1080@144,0x-1080,1,transform,2
# -- programs --
$terminal = kitty
$fileManager = nemo # put your preffered fileManager here, choose keybind
$menu = wofi --show drun
# Cursor
env = HYPRCURSOR_THEME,DJ-FOX-C
env = HYPRCURSOR_SIZE,48
$menu = wofi --show drun, run
# -- environment variables --
general {
gaps_in = 5
gaps_out = 8
border_size = 0
layout = dwindle
allow_tearing = false
}
decoration {
rounding = 5
active_opacity = 0.92
inactive_opacity = 0.92
fullscreen_opacity = 1
blur {
enabled = false
size = 3
passes = 1
}
}
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
touchpad {
natural_scroll = no
}
sensitivity = 0 # -1.0 to 1.0; 0 means no modification.
numlock_by_default = true
}
animations {
enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
}
dwindle {
pseudotile = yes
preserve_split = yes
}
#gestures {
# workspace_swipe = off
#}
misc {
force_default_wallpaper = 0
disable_hyprland_logo = true
}
source = ~/.config/hypr/hyprland/env.conf
source = ~/.config/hypr/hyprland/bind.conf
source = ~/.config/hypr/hyprland/workspaces.conf
source = ~/.config/hypr/hyprland/theme.conf