12 lines
575 B
Plaintext
12 lines
575 B
Plaintext
# Set programs that you use
|
|
# $terminal = alacritty -e tmux
|
|
$terminal = kitty
|
|
$spotify = spotify --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
$fileManager = dolphin
|
|
$menu = wofi --show drun
|
|
$appLauncher = tofi-drun | xargs hyprctl dispatch exec --
|
|
$lockscreen = hyprlock --immediate
|
|
$lockscreen_timeout = hyprlock
|
|
$nextcloud = nextcloud --background
|
|
$clipboard-manager = cliphist list | awk '{gsub("\t", " "); print}'\ | tofi --width=800 --font-size=14 --font-features="" --background-color=191A1CE0 | awk '{print $1}' | tr -d '\n' | cliphist decode | wl-copy
|