walker: enable single click
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
f0d755d53f
commit
a2fe4a6a84
1 changed files with 2 additions and 10 deletions
|
@ -28,20 +28,12 @@ in {
|
||||||
config = {
|
config = {
|
||||||
activation_mode.disabled = true; # Key chords
|
activation_mode.disabled = true; # Key chords
|
||||||
force_keyboard_focus = true;
|
force_keyboard_focus = true;
|
||||||
|
list.placeholder = "";
|
||||||
|
search.placeholder = "";
|
||||||
|
|
||||||
# HACK: Window client required to send Esc key on Hyprland
|
# HACK: Window client required to send Esc key on Hyprland
|
||||||
as_window = true; # Disable layer
|
as_window = true; # Disable layer
|
||||||
|
|
||||||
list = {
|
|
||||||
placeholder = "";
|
|
||||||
#// show_initial_entries = false;
|
|
||||||
single_click = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
search = {
|
|
||||||
placeholder = "";
|
|
||||||
};
|
|
||||||
|
|
||||||
# https://github.com/abenz1267/walker/wiki/Modules
|
# https://github.com/abenz1267/walker/wiki/Modules
|
||||||
# https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/tree/master/Papirus/64x64
|
# https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/tree/master/Papirus/64x64
|
||||||
disabled = [
|
disabled = [
|
||||||
|
|
Loading…
Reference in a new issue