Update over time

This commit is contained in:
Hannes
2026-01-17 23:03:50 +01:00
parent c084024f82
commit f20066587a
5 changed files with 316 additions and 0 deletions

99
.config/hypr/hyprland.conf.save Executable file
View File

@@ -0,0 +1,99 @@
# _____ __ __ _____ _____ __ _____ _____ ____
# | | | | | _ | __ | | | _ | | | \
# | |_ _| __| -| |__| | | | | | |
# |__|__| |_| |__| |__|__|_____|__|__|_|___|____/
#
# by Bina
### Dolphin App Picker fix?
env = XDG_MENU_PREFIX,arch-
env = QT_QPA_PLATFORM,wayland
env = QT_QPA_PLATFORMTHEME,qt5ct
# -- execute at launch --
exec-once = waybar
xexec-once = hypridle
exec-once = hyprpaper
# -- pywal colors --
source = ~/.config/wal/templates/colors-hyprland
# -- monitor --
monitor=,preferred,auto,auto
monitor=HDMI-A-1,3840x2160@60,-3840x0,1
monitor=DP-2,3840x2160@144,0x0,1
monitor=DP-1,1920x1080@60,-1920x-1080,1,transform,2
monitor=DP-3,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,24
# -- 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_configs/bind.conf