diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 81af289..eec0fe3 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -30,10 +30,9 @@ $menu = wofi --show drun # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -# exec-once = $terminal -# exec-once = nm-applet & # exec-once = waybar & hyprpaper & firefox - +exec-once = [workspace 1 silent] $terminal +exec-once = [workspace 2 silent] $browser ############################# ### ENVIRONMENT VARIABLES ### @@ -171,6 +170,8 @@ misc { # Focus browser workspace when clicking links focus_on_activate = true + + middle_click_paste = false }