1
0
forked from extern/nix-config

hyprland: Remove old scripts

This commit is contained in:
Donovan Glover 2023-05-12 00:47:32 -04:00
parent 5cad30aab0
commit 4109ed7b3b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 0 additions and 16 deletions

View File

@ -123,7 +123,6 @@ bind = SUPER, F, fullscreen, 1
bind = SUPER_SHIFT, F, fullscreen
bind = SUPER, bracketright, changegroupactive, f
bind = SUPER, bracketleft, changegroupactive, b
bind = SUPER, U, exec, ~/.config/hypr/toggle-layout.sh
bind = SUPER, S, togglespecialworkspace
bind = SUPER_SHIFT, S, movetoworkspace, special
bind = SUPER_SHIFT, S, togglespecialworkspace

View File

@ -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

View File

@ -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