From e66c140ef961065263d32897ad56b7ed18198fe5 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 28 Aug 2025 19:21:27 +0300 Subject: [PATCH] Disable middle click pasting and automatically open termina/firefox on startup --- .config/hypr/hyprland.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 }