From d76bf35b951a1f01e469118291cb3d9eb611f562 Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Mon, 22 Jan 2024 03:22:58 +0400 Subject: [PATCH] add plugins.conf file for maintaing plugin loading --- hypr/autostart.conf | 3 +-- hypr/hyprland.conf | 2 +- hypr/plugins.conf | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 hypr/plugins.conf diff --git a/hypr/autostart.conf b/hypr/autostart.conf index ec0d961..714b75a 100755 --- a/hypr/autostart.conf +++ b/hypr/autostart.conf @@ -18,8 +18,7 @@ exec-once = wl-paste --type image --watch cliphist store #Stores only image data exec-once = python3 -m http.server -d /home/themystery/Bento -exec-once = ~/Documents/hyprland-plugins/plugins-loader.sh load - +source = ~/.config/hypr/plugins.conf # env diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c3902eb..f3f1016 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -195,7 +195,7 @@ source = ~/.config/hypr/rofi.conf bind = $mainMod, Q, exec, kitty bind = $mainMod, C, killactive, -bind = $mainMod, M, exit, +# bind = $mainMod, M, exit, bind = $mainMod, E, exec, dolphin bind = $mainMod, V, togglefloating, bind = $mainMod, F, fullscreen, 1 diff --git a/hypr/plugins.conf b/hypr/plugins.conf new file mode 100644 index 0000000..95b14ed --- /dev/null +++ b/hypr/plugins.conf @@ -0,0 +1,2 @@ +exec-once = hyprctl plugin load /home/themystery/Documents/hyprland-plugins/csgo-vulkan-fix/csgo-vulkan-fix.so +