too many things

This commit is contained in:
fbachus
2025-09-02 03:32:47 +02:00
parent c26d3a64b0
commit f19e8a00c7
81 changed files with 2724 additions and 1549 deletions

View File

@@ -3,9 +3,13 @@
$terminal = kitty
$spotify = spotify --enable-features=UseOzonePlatform --ozone-platform=wayland
$fileManager = dolphin
$menu = wofi --show drun
$appLauncher = tofi-drun | xargs hyprctl dispatch exec --
$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=800 --font-size=14 --font-features="" --background-color=191A1CE0 | awk '{print $1}' | tr -d '\n' | cliphist decode | wl-copy
$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