dotfiles/VSCodium/User/History/2748c617/Yigz

42 lines
465 B
Bash
Executable File

#!/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() {
"$killNC"
nwg-look
}
files() {
"$killNC"
thunar
}
update() {
"$killNC"
kitty -e fpf -U
}
browser() {
"$killNC"
firefox
}