hyprdots

my dotfiles for hyprland
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 798e1ac9fdb3a941f800d609e82cc0fd913faae5
parent ea794c6bba5399d60d52055faecc1c02616ea18b
Author: awy <awy@awy.one>
Date:   Thu, 20 Mar 2025 15:49:13 +0300

wmenu

Diffstat:
M.config/hypr/hyprland.conf | 3+--
M.local/bin/singboxwrap | 2+-
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf @@ -4,7 +4,6 @@ monitor = DP-3, 3840x2160@165, 0x0, 1, bitdepth, 10 monitor = DP-2, 2560x1440@165, -2560x720, 1 $terminal = foot -$menu = wmenu-run -N 2e3440 -n d8dee9 -S eacb8a -s 3b4252 -f "monospace 12" exec-once = dbus-update-activation-environment --all exec-once = start-pipewire @@ -146,7 +145,7 @@ bind = $mainMod, W, exec, librewolf bind = $mainMod, R, exec, $terminal -e yazi bind = $mainMod SHIFT, D, exec, tessen bind = $mainMod, V, togglefloating, -bind = $mainMod, D, exec, $menu +bind = $mainMod, D, exec, wmenu-run bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, Grave, exec, bookmarks bind = $mainMod SHIFT, J, togglesplit, # dwindle diff --git a/.local/bin/singboxwrap b/.local/bin/singboxwrap @@ -14,7 +14,7 @@ run_singbox () { } choose_menu () { - choose="$(ls $config_dir | wmenu -N 2e3440 -n d8dee9 -S eacb8a -s 3b4252 -M eacb8a -m 3b4252 -f "monospace 12" -p "Config to use")" + choose="$(ls $config_dir | wmenu -p "Config to use")" [ -n "$choose" ] || exit 1 ln -sf "$config_dir/$choose" "$default_path" echo "$default_path"