diff options
author | awy <awy@awy.one> | 2025-09-18 18:41:55 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-09-18 18:41:55 +0300 |
commit | 48b6ae790cc8badcd3fbb4572adfda75d6f38330 (patch) | |
tree | 9a9132149f4961ca53ceb14b2da3e8f79fec67a2 /.config/hypr/hyprland.conf | |
parent | e4da96732d48b19d5b4a63e8442ae8119847d7de (diff) | |
download | hyprdots-48b6ae790cc8badcd3fbb4572adfda75d6f38330.tar.gz |
up
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ee7df68..c4a07a6 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -7,7 +7,7 @@ $menu = mew-run exec-once = dbus-update-activation-environment --all exec-once = foot --server -exec-once = gentoo-pipewire-launcher restart & +exec-once = start-pipewire exec-once = mpd exec-once = waybar exec-once = fnott @@ -24,7 +24,7 @@ env = XCURSOR_THEME,Adwaita env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_THEME,Adwaita env = GBM_BACKEND,nvidia-drm -env = GTK_THEME,Everforest-Dark +env = GTK_THEME,Gruvbox-Dark # ecosystem { # enforce_permissions = 1 @@ -149,10 +149,6 @@ input { } } -gestures { - workspace_swipe = false -} - $mainMod = SUPER bind = $mainMod, Return, exec, $terminal bind = $mainMod, Q, killactive, @@ -245,7 +241,7 @@ bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%- windowrule = suppressevent maximize, class:.* windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 -windowrulev2 = float, class:^(icecat-default)$, title:About GNU IceCat +windowrulev2 = float, class:^(icecat)$, title:About GNU IceCat windowrulev2 = float, class:^(firefox)$, title:About Mozilla Firefox layerrule = blur, notifications |