Disable middle click pasting and automatically open termina/firefox on
startup
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user