From 0663abce2fe511810d01cd57490a767c9a4442d5 Mon Sep 17 00:00:00 2001 From: omagdy Date: Tue, 24 Dec 2024 23:58:05 +0200 Subject: added yazi config --- hypr/.config/hypr/hyprland.conf | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'hypr') diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 7a1328b..ad5de19 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -263,27 +263,6 @@ bind = CTRL ALT, END, exec, $term --class btop -T btop -e btop # bind = ALT, down, exec, $scriptsDir/changeWallpaperDesktop - -# Variety -# trash wallpaper -bind = ALT, t, exec, variety -t -# next wallpaper -bind = ALT, n, exec, variety -n -bind = ALT SHIFT, n, exec, variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt) && ~/.config/hypr/scripts/statusbar & -bind = ALT, right, exec, variety -n -# previous wallpaper -bind = ALT, p, exec, variety -p -bind = ALT SHIFT, p, exec, variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt) && ~/.config/hypr/scripts/statusbar & -bind = ALT, left, exec, variety -p -# favorite wallpaper -bind = ALT, f, exec, variety -f -# pause wallpaper -bind = ALT, up, exec, variety --toggle-pause -# pause wallpaper + wal -bind = ALT SHIFT, up, exec, variety --toggle-pause && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt) && ~/.config/hypr/scripts/statusbar & -# resume wallpaper -bind = ALT, down, exec, variety --resume - # effect bind = ALT, g, exec, $scriptsDir/glassmorphismToggle -- cgit v1.2.3