From d1e82557ecfd6d1e667d742f42b6ef43921a9244 Mon Sep 17 00:00:00 2001 From: Yakov Shatilov Date: Sun, 13 Apr 2025 21:21:09 +0300 Subject: [PATCH] update --- hypr/hyprland.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index a91aeec..71a7fbc 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -26,6 +26,7 @@ $menu = wofi --show drun $screenlock = hyprlock $hide_waybar = killall -SIGUSR1 waybar $sleep = systemctl suspend +$tradingview = /usr/bin/tradingview --enable-features=UseOzonePlatform --ozone-platform=wayland # Some default env vars. env = XCURSOR_SIZE,24 @@ -49,7 +50,7 @@ env = CLUTTER_BACKEND,wayland # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us,ru - kb_variant = rus + # kb_variant = rus kb_model = asus_laptop kb_options = grp:lalt_lshift_toggle kb_rules = @@ -105,13 +106,14 @@ animations { # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + bezier = workspacesBezier, 0.25, 0.46, 0.1, 1.1 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 + animation = workspaces, 1, 6, workspacesBezier } dwindle { @@ -163,6 +165,7 @@ bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, W, exec, $menu bind = $mainMod, P, exec, $hide_waybar +bind = $mainMod, T, exec, $tradingview bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, O, pseudo, # dwindle