This commit is contained in:
Yakov Shatilov 2025-04-13 21:21:09 +03:00
parent 44b5858431
commit d1e82557ec
1 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,7 @@ $menu = wofi --show drun
$screenlock = hyprlock $screenlock = hyprlock
$hide_waybar = killall -SIGUSR1 waybar $hide_waybar = killall -SIGUSR1 waybar
$sleep = systemctl suspend $sleep = systemctl suspend
$tradingview = /usr/bin/tradingview --enable-features=UseOzonePlatform --ozone-platform=wayland
# Some default env vars. # Some default env vars.
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
@ -49,7 +50,7 @@ env = CLUTTER_BACKEND,wayland
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input { input {
kb_layout = us,ru kb_layout = us,ru
kb_variant = rus # kb_variant = rus
kb_model = asus_laptop kb_model = asus_laptop
kb_options = grp:lalt_lshift_toggle kb_options = grp:lalt_lshift_toggle
kb_rules = kb_rules =
@ -105,13 +106,14 @@ animations {
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = myBezier, 0.05, 0.9, 0.1, 1.05 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 = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80% animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default animation = border, 1, 10, default
animation = borderangle, 1, 8, default animation = borderangle, 1, 8, default
animation = fade, 1, 7, default animation = fade, 1, 7, default
animation = workspaces, 1, 6, default animation = workspaces, 1, 6, workspacesBezier
} }
dwindle { dwindle {
@ -163,6 +165,7 @@ bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,
bind = $mainMod, W, exec, $menu bind = $mainMod, W, exec, $menu
bind = $mainMod, P, exec, $hide_waybar bind = $mainMod, P, exec, $hide_waybar
bind = $mainMod, T, exec, $tradingview
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, O, pseudo, # dwindle bind = $mainMod, O, pseudo, # dwindle