forked from extern/nix-config
hyprland: Remove old scripts
This commit is contained in:
parent
5cad30aab0
commit
4109ed7b3b
@ -123,7 +123,6 @@ bind = SUPER, F, fullscreen, 1
|
|||||||
bind = SUPER_SHIFT, F, fullscreen
|
bind = SUPER_SHIFT, F, fullscreen
|
||||||
bind = SUPER, bracketright, changegroupactive, f
|
bind = SUPER, bracketright, changegroupactive, f
|
||||||
bind = SUPER, bracketleft, changegroupactive, b
|
bind = SUPER, bracketleft, changegroupactive, b
|
||||||
bind = SUPER, U, exec, ~/.config/hypr/toggle-layout.sh
|
|
||||||
bind = SUPER, S, togglespecialworkspace
|
bind = SUPER, S, togglespecialworkspace
|
||||||
bind = SUPER_SHIFT, S, movetoworkspace, special
|
bind = SUPER_SHIFT, S, movetoworkspace, special
|
||||||
bind = SUPER_SHIFT, S, togglespecialworkspace
|
bind = SUPER_SHIFT, S, togglespecialworkspace
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if [[ "$(hyprctl -j getoption general:layout | jq -r '.str')" == "master" ]]; then
|
|
||||||
hyprctl keyword general:layout "dwindle"
|
|
||||||
else
|
|
||||||
hyprctl keyword general:layout "master"
|
|
||||||
fi
|
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if [[ -f "/tmp/yambar.pid" ]]; then
|
|
||||||
killall yambar
|
|
||||||
rm "/tmp/yambar.pid"
|
|
||||||
else
|
|
||||||
launch yambar >> /tmp/yambar.pid
|
|
||||||
fi
|
|
Loading…
Reference in New Issue
Block a user