Added wofi as launcher

This commit is contained in:
Daruk
2026-04-08 22:05:15 +03:00
parent 8012b75b1e
commit a1b4db5073
2 changed files with 7 additions and 4 deletions

View File

@@ -34,7 +34,8 @@ source = ~/.config/hypr/monitors.conf
# Set programs that you use
$terminal = alacritty
$fileManager = dolphin
$menu = hyprlauncher
$menu = wofi --show drun
# $menu = hyprlauncher
#################
@@ -47,8 +48,10 @@ $menu = hyprlauncher
# exec-once = $terminal
# exec-once = nm-applet &
# exec-once = waybar & hyprpaper & firefox
exec-once = /usr/lib/polkit-kde-authentication-agent-1
exec-once = waybar & swaync & hyprpaper & hyprland-per-window-layout
#############################
### ENVIRONMENT VARIABLES ###
#############################
@@ -358,4 +361,4 @@ windowrule {
name = pavu
match:class = org.pulseaudio.pavucontrol
float = yes
}
}

View File

@@ -34,7 +34,7 @@
"format": "",
"tooltip": false,
"tooltip-format": "Apps",
"on-click": "hyprlauncher"
"on-click": "wofi --show drun"
},
"tray": {
"icon-size": 21,
@@ -147,4 +147,4 @@
//"hibernate": "systemctl hibernate"
}
}
}
}