remove: useless pkill fuzzel / deprecated option

This commit is contained in:
Frost-Phoenix 2024-06-27 11:14:42 +02:00
parent b39fa5c5d1
commit cc9ace8e1e
3 changed files with 6 additions and 8 deletions

View file

@ -239,7 +239,7 @@ Keybindings
- ```bind = $mainMod, F, fullscreen, 0``` - ```bind = $mainMod, F, fullscreen, 0```
- ```bind = $mainMod SHIFT, F, fullscreen, 1``` - ```bind = $mainMod SHIFT, F, fullscreen, 1```
- ```bind = $mainMod, Space, togglefloating,``` - ```bind = $mainMod, Space, togglefloating,```
- ```bind = $mainMod, D, exec, pkill fuzzel || fuzzel``` - ```bind = $mainMod, D, exec, fuzzel```
- ```bind = $mainMod, Escape, exec, swaylock``` - ```bind = $mainMod, Escape, exec, swaylock```
- ```bind = $mainMod SHIFT, Escape, exec, shutdown-script``` - ```bind = $mainMod SHIFT, Escape, exec, shutdown-script```
- ```bind = $mainMod, P, pseudo,``` - ```bind = $mainMod, P, pseudo,```
@ -247,8 +247,7 @@ Keybindings
- ```bind = $mainMod, E, exec, nemo``` - ```bind = $mainMod, E, exec, nemo```
- ```bind = $mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped``` - ```bind = $mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped```
- ```bind = $mainMod, C ,exec, hyprpicker -a``` - ```bind = $mainMod, C ,exec, hyprpicker -a```
- ```bind = $mainMod, G,exec, $HOME/.local/bin/toggle_layout``` - ```bind = $mainMod, W,exec, wallpaper-picker```
- ```bind = $mainMod, W,exec, pkill fuzzel || wallpaper-picker```
</details> </details>
<details> <details>

View file

@ -139,7 +139,7 @@
"$mainMod, F, fullscreen, 0" "$mainMod, F, fullscreen, 0"
"$mainMod SHIFT, F, fullscreen, 1" "$mainMod SHIFT, F, fullscreen, 1"
"$mainMod, Space, togglefloating," "$mainMod, Space, togglefloating,"
"$mainMod, D, exec, pkill fuzzel || fuzzel" "$mainMod, D, exec, fuzzel"
"$mainMod SHIFT, D, exec, hyprctl dispatch exec '[workspace 4 silent] discord'" "$mainMod SHIFT, D, exec, hyprctl dispatch exec '[workspace 4 silent] discord'"
"$mainMod SHIFT, S, exec, hyprctl dispatch exec '[workspace 5 silent] SoundWireServer'" "$mainMod SHIFT, S, exec, hyprctl dispatch exec '[workspace 5 silent] SoundWireServer'"
"$mainMod, Escape, exec, swaylock" "$mainMod, Escape, exec, swaylock"
@ -149,8 +149,7 @@
"$mainMod, E, exec, nemo" "$mainMod, E, exec, nemo"
"$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped" "$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"
"$mainMod, C ,exec, hyprpicker -a" "$mainMod, C ,exec, hyprpicker -a"
"$mainMod, G,exec, $HOME/.local/bin/toggle_layout" "$mainMod, W,exec, wallpaper-picker"
"$mainMod, W,exec, pkill fuzzel || wallpaper-picker"
"$mainMod SHIFT, W, exec, vm-start" "$mainMod SHIFT, W, exec, vm-start"
# screenshot # screenshot

View file

@ -109,8 +109,8 @@
}; };
"custom/launcher"= { "custom/launcher"= {
format= ""; format= "";
on-click= "pkill fuzzel || fuzzel"; on-click= "fuzzel";
on-click-right= "pkill fuzzel || wallpaper-picker"; on-click-right= "wallpaper-picker";
tooltip= "false"; tooltip= "false";
}; };
"custom/notification" = { "custom/notification" = {