diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 60 |
1 files changed, 44 insertions, 16 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c381f97..c8d5f12 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,14 +1,16 @@ monitor = DP-3, 3840x2160@165, 0x0, 1.5, bitdepth, 10 monitor = DP-2, 2560x1440@165, -2560x0, 1 -$terminal = footclient -$menu = mew-run +$terminal = kitty +$menu = rofi -show drun exec-once = dbus-update-activation-environment --all exec-once = start-pipewire exec-once = mpd exec-once = waybar +exec-once = foot --server exec-once = mako +exec-once = swayidle exec-once = singboxwrap exec-once = sleep 0.1 && randombg exec-once = gpg-agent --daemon @@ -17,7 +19,7 @@ exec-once = gnome-keyring-daemon --start --components=secrets env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 env = GBM_BACKEND,nvidia-drm -env = GTK_THEME,Gruvbox-Material-Dark +env = GTK_THEME,catppuccin-mocha-rosewater-standard+default # ecosystem { # enforce_permissions = 1 @@ -28,18 +30,22 @@ env = GTK_THEME,Gruvbox-Material-Dark # permission = /usr/(bin|local/bin)/hyprpm, plugin, allow general { - gaps_in = 5, 10, 10, 5 - gaps_out = 20, 10, 10, 20 - border_size = 3 - col.active_border = rgb(005577) - col.inactive_border = rgba(595959aa) - resize_on_border = false - allow_tearing = false - layout = dwindle + gaps_in = 5 + gaps_out = 10 + + border_size = 2 + col.active_border = rgb(f5e0dc) + col.inactive_border = rgba(595959aa) + + resize_on_border = false + + allow_tearing = false + + layout = dwindle } decoration { - rounding = 0 + rounding = 10 rounding_power = 2 active_opacity = 1.0 inactive_opacity = 1.0 @@ -49,12 +55,34 @@ decoration { } blur { - enabled = false + enabled = true } } animations { - enabled = false + enabled = true + bezier = easeOutQuint,0.23,1,0.32,1 + bezier = easeInOutCubic,0.65,0.05,0.36,1 + bezier = linear,0,0,1,1 + bezier = almostLinear,0.5,0.5,0.75,1.0 + bezier = quick,0.15,0,0.1,1 + + animation = global, 1, 10, default + animation = border, 1, 5.39, easeOutQuint + animation = windows, 1, 4.79, easeOutQuint + animation = windowsIn, 1, 4.1, easeOutQuint, popin 87% + animation = windowsOut, 1, 1.49, linear, popin 87% + animation = fadeIn, 1, 1.73, almostLinear + animation = fadeOut, 1, 1.46, almostLinear + animation = fade, 1, 3.03, quick + animation = layers, 1, 3.81, easeOutQuint + animation = layersIn, 1, 4, easeOutQuint, fade + animation = layersOut, 1, 1.5, linear, fade + animation = fadeLayersIn, 1, 1.79, almostLinear + animation = fadeLayersOut, 1, 1.39, almostLinear + animation = workspaces, 1, 1.94, almostLinear, fade + animation = workspacesIn, 1, 1.21, almostLinear, fade + animation = workspacesOut, 1, 1.94, almostLinear, fade } dwindle { @@ -70,7 +98,7 @@ misc { force_default_wallpaper = 0 disable_hyprland_logo = true enable_swallow = 1 - swallow_regex = ^(footclient)$ + swallow_regex = ^(kitty)$ } experimental { @@ -131,7 +159,7 @@ bind = SHIFT, Print, exec, maimpick bind = $mainMod, Print, exec, dmenurecord bind = $mainMod SHIFT, Print, exec, dmenurecord kill bind = $mainMod, E, exec, $terminal neomutt; pkill -RTMIN+12 waybar -bind = $mainMod SHIFT, N, exec, $terminal newsboat; pkill -RTMIN+6 waybar +bind = $mainMod SHIFT, N, exec, $terminal -T newsboat -e newsboat; pkill -RTMIN+6 waybar bind = $mainMod SHIFT, R, exec, $terminal -e btop bind = $mainMod, M, exec, $terminal -e rmpc bind =,XF86AudioPlay, exec, mpc toggle |