dotfiles/VSCodium/User/History/2748c617/kZ34

26 lines
314 B
Plaintext
Raw Normal View History

2024-01-13 13:50:04 -06:00
#!/bin/bash
killNC="$(swaync-client -cp)"
logout(){
loginctl terminate-session "${XDG_SESSION_ID-}"
}
screenshot() {
"$killNC"
hyprctl dispatch -- exec hyprland-interactive-screenshot
}
wifi(){
"$killNC"
wofi-wifi-menu
}
bluetooth(){
"$killNC"
wofi-bluetooth
}
nwg-look(){
s
}