From 4f2f499e070eb25298bc1c806158eacad74775b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 9 Oct 2023 00:54:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=81=20files(hypr):=20changed=20keybind?= =?UTF-8?q?ings=20script=20place?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/keybinds/binds.conf | 2 +- .config/hypr/scripts/{ => rofi}/keybindings | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .config/hypr/scripts/{ => rofi}/keybindings (100%) diff --git a/.config/hypr/keybinds/binds.conf b/.config/hypr/keybinds/binds.conf index a6de3684..2ed1e8a8 100644 --- a/.config/hypr/keybinds/binds.conf +++ b/.config/hypr/keybinds/binds.conf @@ -62,7 +62,7 @@ bind=SUPER,Insert,exec, ~/.config/hypr/scripts/color_picker bind=SUPERSHIFT,w,exec, ~/.config/hypr/scripts/rofi/wallpaper_selection # Keybindings Cheatsheet -bind=SUPER,i,exec, ~/.config/hypr/scripts/keybindings +bind=SUPER,i,exec, ~/.config/hypr/scripts/rofi/keybindings ## Windows ## Focusing on windows diff --git a/.config/hypr/scripts/keybindings b/.config/hypr/scripts/rofi/keybindings similarity index 100% rename from .config/hypr/scripts/keybindings rename to .config/hypr/scripts/rofi/keybindings