mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
add plugins.conf file for maintaing plugin loading
This commit is contained in:
parent
0862884f75
commit
d76bf35b95
@ -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 = python3 -m http.server -d /home/themystery/Bento
|
||||||
|
|
||||||
exec-once = ~/Documents/hyprland-plugins/plugins-loader.sh load
|
source = ~/.config/hypr/plugins.conf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# env
|
# env
|
||||||
|
@ -195,7 +195,7 @@ source = ~/.config/hypr/rofi.conf
|
|||||||
|
|
||||||
bind = $mainMod, Q, exec, kitty
|
bind = $mainMod, Q, exec, kitty
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
bind = $mainMod, M, exit,
|
# bind = $mainMod, M, exit,
|
||||||
bind = $mainMod, E, exec, dolphin
|
bind = $mainMod, E, exec, dolphin
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, F, fullscreen, 1
|
bind = $mainMod, F, fullscreen, 1
|
||||||
|
2
hypr/plugins.conf
Normal file
2
hypr/plugins.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
exec-once = hyprctl plugin load /home/themystery/Documents/hyprland-plugins/csgo-vulkan-fix/csgo-vulkan-fix.so
|
||||||
|
|
Loading…
Reference in New Issue
Block a user