remove: useless pkill fuzzel / deprecated option
This commit is contained in:
parent
b39fa5c5d1
commit
cc9ace8e1e
|
@ -239,7 +239,7 @@ Keybindings
|
|||
- ```bind = $mainMod, F, fullscreen, 0```
|
||||
- ```bind = $mainMod SHIFT, F, fullscreen, 1```
|
||||
- ```bind = $mainMod, Space, togglefloating,```
|
||||
- ```bind = $mainMod, D, exec, pkill fuzzel || fuzzel```
|
||||
- ```bind = $mainMod, D, exec, fuzzel```
|
||||
- ```bind = $mainMod, Escape, exec, swaylock```
|
||||
- ```bind = $mainMod SHIFT, Escape, exec, shutdown-script```
|
||||
- ```bind = $mainMod, P, pseudo,```
|
||||
|
@ -247,8 +247,7 @@ Keybindings
|
|||
- ```bind = $mainMod, E, exec, nemo```
|
||||
- ```bind = $mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped```
|
||||
- ```bind = $mainMod, C ,exec, hyprpicker -a```
|
||||
- ```bind = $mainMod, G,exec, $HOME/.local/bin/toggle_layout```
|
||||
- ```bind = $mainMod, W,exec, pkill fuzzel || wallpaper-picker```
|
||||
- ```bind = $mainMod, W,exec, wallpaper-picker```
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
"$mainMod, F, fullscreen, 0"
|
||||
"$mainMod SHIFT, F, fullscreen, 1"
|
||||
"$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, S, exec, hyprctl dispatch exec '[workspace 5 silent] SoundWireServer'"
|
||||
"$mainMod, Escape, exec, swaylock"
|
||||
|
@ -149,8 +149,7 @@
|
|||
"$mainMod, E, exec, nemo"
|
||||
"$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"
|
||||
"$mainMod, C ,exec, hyprpicker -a"
|
||||
"$mainMod, G,exec, $HOME/.local/bin/toggle_layout"
|
||||
"$mainMod, W,exec, pkill fuzzel || wallpaper-picker"
|
||||
"$mainMod, W,exec, wallpaper-picker"
|
||||
"$mainMod SHIFT, W, exec, vm-start"
|
||||
|
||||
# screenshot
|
||||
|
|
|
@ -109,8 +109,8 @@
|
|||
};
|
||||
"custom/launcher"= {
|
||||
format= "";
|
||||
on-click= "pkill fuzzel || fuzzel";
|
||||
on-click-right= "pkill fuzzel || wallpaper-picker";
|
||||
on-click= "fuzzel";
|
||||
on-click-right= "wallpaper-picker";
|
||||
tooltip= "false";
|
||||
};
|
||||
"custom/notification" = {
|
||||
|
|
Loading…
Reference in a new issue