further improvements on the earlier
parent
1e47547c52
commit
19b3ac8e9b
|
|
@ -1,4 +1,7 @@
|
||||||
|
wg-quick up wg0
|
||||||
|
wg-quick down wg0
|
||||||
hyprshutdown
|
hyprshutdown
|
||||||
|
hyprshutdown && reboot
|
||||||
poweroff
|
poweroff
|
||||||
hyprctl kill
|
hyprctl kill
|
||||||
reboot
|
reboot
|
||||||
|
|
@ -16,3 +19,9 @@ kitty nvim ~/.config/binds.conf
|
||||||
~/Dotfiles/desktopenvs/hyprland/scripts/caffeine.sh
|
~/Dotfiles/desktopenvs/hyprland/scripts/caffeine.sh
|
||||||
~/Dotfiles/desktopenvs/hyprland/scripts/hyprland-toggle-touchpad.sh
|
~/Dotfiles/desktopenvs/hyprland/scripts/hyprland-toggle-touchpad.sh
|
||||||
eww reload
|
eww reload
|
||||||
|
chamel stroke-color "#00BFFF"
|
||||||
|
chamel stroke-color "#000000"
|
||||||
|
chamel stroke-color "#FFFFFF"
|
||||||
|
chamel stroke-color "#00FF00"
|
||||||
|
chamel stroke-color "#0000FF"
|
||||||
|
chamel stroke-color "#FF00FF"
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,10 @@
|
||||||
statecon=$( hyprctl getoption general:layout | grep master )
|
statecon=$( hyprctl getoption general:layout | grep master )
|
||||||
#notify-send $statecon
|
#notify-send $statecon
|
||||||
if [ "$statecon" != '' ]; then
|
if [ "$statecon" != '' ]; then
|
||||||
|
notify-send "Layout: Dwindle"
|
||||||
hyprctl keyword general:layout dwindle
|
hyprctl keyword general:layout dwindle
|
||||||
else
|
else
|
||||||
|
notify-send "Layout: Master"
|
||||||
hyprctl keyword general:layout master
|
hyprctl keyword general:layout master
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue