diff options
Diffstat (limited to '.config/hypr')
| -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  |