diff options
author | Joe <rbo@gmx.us> | 2025-03-02 00:59:06 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-03-02 00:59:06 +0100 |
commit | c2076f37aba574871d266fae3531e0dbec7bae0c (patch) | |
tree | d765d7790634518192930e165b09fcde01bbae72 /.local/bin/linkview | |
parent | up (diff) | |
download | dotfiles-bsd-c2076f37aba574871d266fae3531e0dbec7bae0c.tar.gz dotfiles-bsd-c2076f37aba574871d266fae3531e0dbec7bae0c.tar.bz2 dotfiles-bsd-c2076f37aba574871d266fae3531e0dbec7bae0c.tar.xz dotfiles-bsd-c2076f37aba574871d266fae3531e0dbec7bae0c.tar.zst dotfiles-bsd-c2076f37aba574871d266fae3531e0dbec7bae0c.zip |
way
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/linkview | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview index a61a417..ec928a4 100755 --- a/.local/bin/linkview +++ b/.local/bin/linkview @@ -18,8 +18,7 @@ my $menu = "dmenu"; my $IMGVIEW_PATH = 'nsxiv -b -a'; if (defined $ENV{WAYLAND_DISPLAY}) { - $menu = "wmenu -f 'BigBlueTermPlus Nerd Font 13' " . -"-N '#1d2021' -n '#ebdbb2' -S '#cc241d' -s '#ebdbb2'"; + $menu = "wmenu"; $IMGVIEW_PATH = 'imv'; } |