feat: Adds hyprlauncher and configuration (currently requires '-git' versions of hypr*), removes walker (previously used launcher).

This commit is contained in:
2025-11-09 11:56:28 -05:00
parent 79da2db401
commit 419752b381
9 changed files with 23 additions and 149 deletions

View File

@@ -8,10 +8,9 @@
exec-once = pidof hyprpaper | uwsm app -- hyprpaper
exec-once = pidof hypridle | uwsm app -- hypridle
exec-once = uwsm app -- hyprlauncher -d
exec-once = uwsm app -- elephant
exec-once = uwsm app -- swaync
# exec-once = uwsm app -- walker --gapplication-service &
exec-once = uwsm app -- waybar
exec-once = uwsm app -- clipse -listen
#exec-once = protonmail-bridge-core -n

View File

@@ -24,9 +24,9 @@ input {
}
# https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures {
workspace_swipe = false
}
# gestures {
# workspace_swipe = false
# }
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more

View File

@@ -14,7 +14,7 @@ $terminal = uwsm app -- ghostty
$browser = uwsm app -- brave
$fileManager = $terminal -e yazi
$fileBrowser = uwsm app -- nautilus
$menu = uwsm app -- walker
$menu = hyprlauncher
$scripts = ~/.local/scripts/hypr
$pwa = $scripts/launch-webapp
$tmuxSessionator = ~/.local/scripts/tmux-sessionator

2
env/.config/hypr/hyprlauncher.conf vendored Normal file
View File

@@ -0,0 +1,2 @@
desktop_launch_prefix = uwsm app --

8
env/.config/hypr/hyprtoolkit.conf vendored Normal file
View File

@@ -0,0 +1,8 @@
background = rgb(1e1e2e)
base = rgb(1e1e2e)
alternate_base = rgb(11111b)
text = rgb(cdd6f4)
bright_text = rgb(89b4fa)
accent = rgb(b4befe)
accent_secondary = rgb(cba6f7)