too many things
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user