From 2c60f0bdf270f317880b5716ebe6746c944d0b27 Mon Sep 17 00:00:00 2001 From: Dante <150515748+xsghetti@users.noreply.github.com> Date: Sat, 6 Apr 2024 00:13:35 -0400 Subject: [PATCH] Add files via upload --- .config/hypr/animations.conf | 1 + .config/hypr/hypridle.conf | 2 +- .config/hypr/hyprland.conf | 14 +++++++++++++- .config/hypr/keybindings.conf | 6 +++--- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.config/hypr/animations.conf b/.config/hypr/animations.conf index 549e4b02..a5599163 100644 --- a/.config/hypr/animations.conf +++ b/.config/hypr/animations.conf @@ -31,6 +31,7 @@ decoration { vibrancy = 0.50 vibrancy_darkness = 0.50 contrast = 1.0 + popups = true } diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index 7e3c3c68..8c6605b9 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -1,5 +1,5 @@ listener { - timeout = 500 # in seconds. + timeout = 1000 # in seconds. on-timeout = hyprlock # command to run when timeout has passed. on-resume = notify-send "Welcome back, $USER!" # command to run when activity is detected after timeout has fired. } diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2659a864..1b80c145 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -46,7 +46,7 @@ $discord = discord --enable-features=UseOzonePlatform --ozone-platform=wayland # Some default env vars. env = XCURSOR_SIZE,24 -env = XCURSOR_THEME,Bibata-Modern-Ice +env = XCURSOR_THEME,Oxygen-35-Black-Ghost env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that env = LIBVA_DRIVER_NAME,nvidia env = XDG_SESSION_TYPE,wayland @@ -106,6 +106,18 @@ plugin { hyprtrails { color = $color5 } + + hyprexpo { + columns = 3 + gap_size = 20 + bg_col = $color3 + workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1 + + enable_gesture = true # laptop touchpad, 4 fingers + gesture_distance = 300 # how far is the "max" + gesture_positive = true # positive = swipe down. Negative = swipe up. + } + } diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index f1024842..d3f75171 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -117,13 +117,13 @@ bind = $mainMod, V, exec, pkill -x rofi || $scrPath/cliphist.sh c # open Pasteb bind = $mainMod, K, exec, $scrPath/keyboardswitch.sh # change keyboard layout # bind key to toggle overview (normal) -bind = ALT,tab,hycov:toggleoverview,` +#bind = ALT,tab,hycov:toggleoverview,` # bind key to toggle overview (force mode, not affected by `only_active_workspace` or `only_active_monitor`) -bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key +#bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key # bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`) -bind = ALT,g,hycov:toggleoverview,forceallinone +bind = ALT, tab ,hyprexpo:expo, toggle on # Special Keys bind = , xf86monbrightnessup, exec, brightnessctl set 10%+