diff --git a/hypr-configs/dotfiles/hypr/configs/animation/variants/animations-classic.conf b/hypr-configs/dotfiles/hypr/configs/animation/variants/animations-classic.conf index 37a5017..7d20e29 100644 --- a/hypr-configs/dotfiles/hypr/configs/animation/variants/animations-classic.conf +++ b/hypr-configs/dotfiles/hypr/configs/animation/variants/animations-classic.conf @@ -24,6 +24,6 @@ animations { animation = fade, 1, 10, default # Workspace switch animations: a bit slower to enhance smooth transitions - animation = workspaces, 1, 8, smooth + animation = workspaces, 1, 6, smooth animation = specialWorkspace, 1, 7, smooth, slidevert } diff --git a/hypr-configs/dotfiles/hypr/configs/autostart.conf b/hypr-configs/dotfiles/hypr/configs/autostart.conf index 60dafaf..481a5d5 100644 --- a/hypr-configs/dotfiles/hypr/configs/autostart.conf +++ b/hypr-configs/dotfiles/hypr/configs/autostart.conf @@ -7,12 +7,13 @@ exec-once = $script_dir/startup/pipewire.sh & exec-once = $script_dir/startup/keyring.sh & exec-once = wl-paste --watch cliphist store & +exec-once = hyprpaper & +exec-once = hypridle & exec-once = $script_dir/startup/dunst.sh & # exec-once = ~/.config/hypr/scripts/wallpaper/wallpaper-daemon.sh & -exec-once = hyprpaper & exec-once = $script_dir/startup/swayosd.sh & # exec-once = ~/.config/hypr/scripts/waybar/start.sh & -exec-once = $eww_script_dir/eww/start.sh & +# exec-once = $eww_script_dir/eww/start.sh & # exec-once = avizo-service & # exec-once = eww daemon && eww open bar diff --git a/hypr-configs/dotfiles/hypr/configs/keybinds.conf b/hypr-configs/dotfiles/hypr/configs/keybinds.conf index 861ba64..e7a67d3 100644 --- a/hypr-configs/dotfiles/hypr/configs/keybinds.conf +++ b/hypr-configs/dotfiles/hypr/configs/keybinds.conf @@ -22,7 +22,7 @@ bind = $main_mod SHIFT, TAB, focusmonitor, -1 bind = $main_mod, L, exec, $locker bind = $main_mod, M, exec, $rofi_powermenu bind = $main_mod, R, exec, $rofi_menu -bind = $main_mod, A, exec, $nekoray +# bind = $main_mod, A, exec, $nekoray bind = $main_mod, T, exec, $pavucontrol bind = $main_mod, X, exec, $rofi_screenshot bind = $main_mod, V, exec, $rofi_clipboard @@ -99,6 +99,9 @@ bind = $main_mod SHIFT, 9, movetoworkspace, 9 bind = $main_mod SHIFT, 0, movetoworkspace, 10 # Example special workspace (scratchpad) +bind = $main_mod, A, togglespecialworkspace, multimedia +bind = $main_mod SHIFT, A, movetoworkspace, special:multimedia + bind = $main_mod, D, togglespecialworkspace, networks bind = $main_mod SHIFT, D, movetoworkspace, special:networks diff --git a/hypr-configs/dotfiles/hypr/env.conf b/hypr-configs/dotfiles/hypr/env.conf index 0a53430..0ca1646 100644 --- a/hypr-configs/dotfiles/hypr/env.conf +++ b/hypr-configs/dotfiles/hypr/env.conf @@ -32,7 +32,7 @@ $rio_terminal = rio $terminal = $alacritty_terminal $zterminal = $terminal -o "window.opacity=1" -e zellij -$fileManager = nemo +$fileManager = dolphin $bluetooth-manager = blueman-manager $pkg_manager = octoxbps $locker = hyprlock diff --git a/hypr-configs/dotfiles/hypr/hypridle.conf b/hypr-configs/dotfiles/hypr/hypridle.conf index f7bafd1..eb36ba3 100644 --- a/hypr-configs/dotfiles/hypr/hypridle.conf +++ b/hypr-configs/dotfiles/hypr/hypridle.conf @@ -20,11 +20,11 @@ listener { on-timeout = loginctl lock-session # lock screen when timeout has passed } -# listener { -# timeout = 330 # 5.5min -# on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed -# on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. -# } +listener { + timeout = 330 # 5.5min + on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed + on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. +} listener { timeout = 1800 # 30min diff --git a/linux-configs b/linux-configs index 5c41d8c..b31a86b 160000 --- a/linux-configs +++ b/linux-configs @@ -1 +1 @@ -Subproject commit 5c41d8cd2b83a1a4ca63f113a40ece742c4c6a3d +Subproject commit b31a86bba884b1ff3b17adc4e3786e796c4e31d8