Disable middle click pasting and automatically open termina/firefox on

startup
This commit is contained in:
2025-08-28 19:21:27 +03:00
parent f2ca460143
commit e66c140ef9

View File

@@ -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
}