feat: Add a ton of updates

This commit is contained in:
2025-09-25 19:53:01 +10:00
parent f1d33ebd85
commit 3db24e33d4
30 changed files with 452 additions and 104 deletions

View File

@@ -29,6 +29,9 @@ env = XDG_MENU_PREFIX,arch-
env = XCURSOR_SIZE,24
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
# Try to fix some electron apps
env = ELECTRON_OZONE_PLATFORM_HINT,auto
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us
@@ -130,8 +133,12 @@ master {
}
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = true
# See https://wiki.hyprland.org/Configuring/Guestures/ for more
# hyprlang noerror true
gesture = 3, right, dispatcher, prevdesk
gesture = 3, left, dispatcher, nextdesk
# hyprlang noerror false
}
cursor {
@@ -144,6 +151,9 @@ misc {
disable_hyprland_logo = 1
focus_on_activate = 0 # This breaks vdesks
}
ecosystem {
no_donation_nag = 1
}
# hyprlang noerror true
plugin {
@@ -162,7 +172,7 @@ plugin {
bg_col = rgb(111111)
workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
enable_gesture = true # laptop touchpad
enable_gesture = false # laptop touchpad
gesture_fingers = 3 # 3 or 4
gesture_distance = 300 # how far is the "max"
gesture_positive = true # positive = swipe down. Negative = swipe up.