Fix hyprlock with .sh script
This commit is contained in:
@@ -15,6 +15,7 @@ bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, D, exec, $discord
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, L, exec, $hyprlock
|
||||
# loginctl lock-session
|
||||
bind = $mainMod, M, exec, $spotify
|
||||
|
||||
# also make sure you created a directory called screenshots in Pictures/ otherwise the screenshots won't appear anywhere
|
||||
|
||||
@@ -3,7 +3,7 @@ $fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
$browser = firefox
|
||||
$discord = LIBVA_DRIVER_NAME=nvidia discord --ignore-gpu-blocklist --disable-features=UseOzonePlatform --enable-features=VaapiVideoDecoder --use-gl=desktop --enable-gpu-rasterization --enable-zero-copy
|
||||
$hyprlock = hyprlock
|
||||
$hyprlock = ~/.config/hypr/fix-hypr-lock.sh
|
||||
$spotify = LIBVA_DRIVER_NAME=nvidia spotify-launcher
|
||||
# --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ general {
|
||||
no_fade_in = false
|
||||
grace = 0
|
||||
disable_loading_bar = true
|
||||
hide_cursor = true
|
||||
}
|
||||
|
||||
# INPUT FIELD
|
||||
|
||||
Reference in New Issue
Block a user