Updated config

This commit is contained in:
2024-03-05 13:28:48 +01:00
parent 307d253d9e
commit eca02857ec
11 changed files with 150 additions and 78 deletions

View File

@ -0,0 +1,12 @@
animations {
enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 2, myBezier
animation = windowsOut, 1, 2, default, popin 80%
animation = border, 1, 5, default
animation = borderangle, 1, 3, default
animation = fade, 1, 2, default
animation = workspaces, 1, 1, default
}

View File

@ -1,8 +1,3 @@
# https://github.com/hyprwm/Hyprland/issues/2591
$XDG_DATA_HOME=$HOME/.local/share
$XDG_CONFIG_HOME=$HOME/.config
$XDG_STATE_HOME=$HOME/.local/state
$XDG_CACHE_HOME=$HOME/.cache
# Firefox
env = MOZ_ENABLE_WAYLAND,1
@ -32,6 +27,17 @@ env = GDK_BACKEND,wayland
env = WLR_NO_HARDWARE_CURSORS,1
env = WLR_RENDERER,vulkan
# https://github.com/hyprwm/Hyprland/issues/2591
$XDG_DATA_HOME=$HOME/.local/share
$XDG_CONFIG_HOME=$HOME/.config
$XDG_STATE_HOME=$HOME/.local/state
$XDG_CACHE_HOME=$HOME/.cache
env = XDG_DATA_HOME,$XDG_DATA_HOME
env = XDG_CONFIG_HOME,$XDG_CONFIG_HOME
env = XDG_STATE_HOME,$XDG_STATE_HOME
env = XDG_CACHE_HOME,$XDG_CACHE_HOME
# Config directories
env = HISTFILE,$XDG_STATE_HOME/bash/history
env = CARGO_HOME,$XDG_DATA_HOME/cargo

View File

@ -1,8 +1,9 @@
general {
gaps_in = 5
gaps_out = 10
gaps_in = 4
gaps_out = 6
border_size = 0
border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
@ -24,35 +25,29 @@ input {
natural_scroll = no
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
sensitivity = 0
accel_profile = flat
}
decoration {
rounding = 3
rounding = 10
blur {
enabled = true
size = 3
passes = 1
size = 4
passes = 4
new_optimizations = on
ignore_opacity = on
xray = false
}
drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
}
animations {
enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 2, myBezier
animation = windowsOut, 1, 2, default, popin 80%
animation = border, 1, 5, default
animation = borderangle, 1, 3, default
animation = fade, 1, 2, default
animation = workspaces, 1, 1, default
#active_opacity = 1.0
#inactive_opacity = 0.75
}
dwindle {

View File

@ -3,5 +3,6 @@ source = programs.conf
source = environment.conf
source = autostart.conf
source = general.conf
source = animations.conf
source = rules.conf
source = keys.conf