16 lines
820 B
Plaintext
16 lines
820 B
Plaintext
# Set programs that you use
|
|
# $terminal = alacritty -e tmux
|
|
$terminal = kitty
|
|
$spotify = spotify --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
$fileManager = dolphin
|
|
$menu = tofi --show drun
|
|
$appLauncher = tofi-drun --num-results=5 | xargs hyprctl dispatch exec --
|
|
$lockscreen = hyprlock --immediate
|
|
$lockscreen_timeout = hyprlock
|
|
$nextcloud = nextcloud --background
|
|
$clipboard-manager = cliphist list | awk '{gsub("\t", " "); print}'\ | tofi --width=1000 --font-size=14 --font-features="" --anchor=bottom --background-color=191A1CE0 | awk '{print $1}' | tr -d '\n' | cliphist decode | wl-copy
|
|
|
|
$colorpicker = notify-send $(hyprpicker -af hex)
|
|
$powermenu = hyprctl dispatch exec ~/.config/hypr/tofi_scripts/powermenu.sh
|
|
$brightnessmenu = hyprctl dispatch exec ~/.config/hypr/tofi_scripts/brightnessmenu.sh
|