further improvements on the earlier
parent
1e47547c52
commit
19b3ac8e9b
|
|
@ -1,4 +1,7 @@
|
|||
wg-quick up wg0
|
||||
wg-quick down wg0
|
||||
hyprshutdown
|
||||
hyprshutdown && reboot
|
||||
poweroff
|
||||
hyprctl kill
|
||||
reboot
|
||||
|
|
@ -16,3 +19,9 @@ kitty nvim ~/.config/binds.conf
|
|||
~/Dotfiles/desktopenvs/hyprland/scripts/caffeine.sh
|
||||
~/Dotfiles/desktopenvs/hyprland/scripts/hyprland-toggle-touchpad.sh
|
||||
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 )
|
||||
#notify-send $statecon
|
||||
if [ "$statecon" != '' ]; then
|
||||
notify-send "Layout: Dwindle"
|
||||
hyprctl keyword general:layout dwindle
|
||||
else
|
||||
notify-send "Layout: Master"
|
||||
hyprctl keyword general:layout master
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue