Fix hyprlock with .sh script
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
[Default]
|
|
||||||
save_dir=$HOME/Pictures/screenshots
|
|
||||||
save_filename_format=swappy-%Y%m%d-%H%M%S.png
|
|
||||||
|
|
||||||
@@ -15,6 +15,7 @@ bind = $mainMod, J, togglesplit, # dwindle
|
|||||||
bind = $mainMod, D, exec, $discord
|
bind = $mainMod, D, exec, $discord
|
||||||
bind = $mainMod, B, exec, $browser
|
bind = $mainMod, B, exec, $browser
|
||||||
bind = $mainMod, L, exec, $hyprlock
|
bind = $mainMod, L, exec, $hyprlock
|
||||||
|
# loginctl lock-session
|
||||||
bind = $mainMod, M, exec, $spotify
|
bind = $mainMod, M, exec, $spotify
|
||||||
|
|
||||||
# also make sure you created a directory called screenshots in Pictures/ otherwise the screenshots won't appear anywhere
|
# 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
|
$menu = wofi --show drun
|
||||||
$browser = firefox
|
$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
|
$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
|
$spotify = LIBVA_DRIVER_NAME=nvidia spotify-launcher
|
||||||
# --enable-features=UseOzonePlatform --ozone-platform=wayland
|
# --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ general {
|
|||||||
no_fade_in = false
|
no_fade_in = false
|
||||||
grace = 0
|
grace = 0
|
||||||
disable_loading_bar = true
|
disable_loading_bar = true
|
||||||
|
hide_cursor = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# INPUT FIELD
|
# INPUT FIELD
|
||||||
|
|||||||
Reference in New Issue
Block a user