diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 4920a53..c46c3e5 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -24,7 +24,6 @@ # See https://wiki.hypr.land/Configuring/Monitors/ monitor=,preferred,auto,auto - ################### ### MY PROGRAMS ### ################### @@ -44,6 +43,7 @@ $menu = pgrep -x wofi >/dev/null 2>&1 || wofi --gtk-dark --show drun # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: +exec-once = hyprpaper exec-once = waybar --config ~/.config/waybar/config.hyprland exec-once = foot --server exec-once = blueman-applet @@ -206,16 +206,6 @@ animations { animation = zoomFactor, 1, 7, quick } -# Ref https://wiki.hypr.land/Configuring/Workspace-Rules/ -# "Smart gaps" / "No gaps when only" -# uncomment all if you wish to use that. -# workspace = w[tv1], gapsout:0, gapsin:0 -# workspace = f[1], gapsout:0, gapsin:0 -# windowrule = bordersize 0, floating:0, onworkspace:w[tv1] -# windowrule = rounding 0, floating:0, onworkspace:w[tv1] -# windowrule = bordersize 0, floating:0, onworkspace:f[1] -# windowrule = rounding 0, floating:0, onworkspace:f[1] - # See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below @@ -235,8 +225,8 @@ master { # https://wiki.hypr.land/Configuring/Variables/#misc misc { - force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers - disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( + force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers + disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :( }