Updated config

This commit is contained in:
2024-03-05 00:40:49 +01:00
parent 29a8811800
commit 307d253d9e
17 changed files with 196 additions and 120 deletions

View File

@ -2,7 +2,3 @@ exec-once = $statusbar
exec-once = waypaper --restore
exec-once = dunst
exec-once = wl-paste --watch cliphist store
exec-once = [workspace 1 silent] $browser
exec-once = [workspace 7 silent] $files
exec-once = [workspace 9 silent] $email

View File

@ -1,3 +1,9 @@
# 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
@ -26,5 +32,15 @@ env = GDK_BACKEND,wayland
env = WLR_NO_HARDWARE_CURSORS,1
env = WLR_RENDERER,vulkan
# Config directories
env = HISTFILE,$XDG_STATE_HOME/bash/history
env = CARGO_HOME,$XDG_DATA_HOME/cargo
env = CUDA_CACHE_PATH,$XDG_CACHE_HOME/nv
env = DOTNET_CLI_HOME,$XDG_DATA_HOME/dotnet
env = GTK2_RC_FILES,$XDG_CONFIG_HOME/gtk-2.0/gtkrc
env = NUGET_PACKAGES,$XDG_CACHE_HOME/nuget
env = RUSTUP_HOME,$XDG_DATA_HOME/rustup
env = W3M_DIR,$XDG_DATA_HOME/w3m
# X11
env = XCURSOR_SIZE,24

View File

@ -1,6 +1,7 @@
general {
gaps_in = 5
gaps_out = 20
gaps_out = 10
border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
@ -27,7 +28,7 @@ input {
}
decoration {
rounding = 10
rounding = 3
blur {
enabled = true
@ -46,11 +47,11 @@ animations {
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 6, myBezier
animation = windowsOut, 1, 6, default, popin 80%
animation = border, 1, 9, default
animation = borderangle, 1, 7, default
animation = fade, 1, 6, default
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

@ -5,6 +5,7 @@ $movews = CTRL ALT
bind = $leader, T, exec, $terminal
bind = $leader, B, exec, $browser
bind = $leader, E, exec, $files
bind = $leader, D, exec, $terminal -e $editor
bind = $leader, L, exec, $lockscreen
bind = $leader, Space, exec, $menu
bind = $leader, F12, exec, $logout