Compare commits

..

2 commits

Author SHA1 Message Date
91a73a91f2
hypr: update gestures to new config format 2025-09-20 22:24:28 +10:00
342d747e73
ghostty: update tokyonight theme to new name 2025-09-20 22:24:28 +10:00
2 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
theme = dark:tokyonight,light:tokyonight-day
theme = dark:TokyoNight,light:TokyoNight day
background-opacity = 0.9
background-blur-radius = 20

View file

@ -145,9 +145,10 @@ input {
}
# https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures {
workspace_swipe = true
}
gesture = 3, horizontal, workspace
gesture = 4, pinch, dispatcher, exec, walker
gesture = 4, left, dispatcher, exec, swaync-client -op
gesture = 4, right, dispatcher, exec, swaync-client -cp
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more