Updated config
This commit is contained in:
@ -1,13 +1,25 @@
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
env = TERMINAL,$terminal
|
||||
|
||||
# Firefox
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
|
||||
# Nvidia
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
# Qt
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
|
||||
# SSH
|
||||
env = SSH_AUTH_SOCK,$XDG_RUNTIME_DIR/gcr/ssh
|
||||
|
||||
# Nvidia
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
# Wayland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = GDK_BACKEND,wayland
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
|
@ -27,7 +27,7 @@ input {
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding = 8
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
|
@ -1,6 +1,6 @@
|
||||
source = monitor.conf
|
||||
source = environment.conf
|
||||
source = programs.conf
|
||||
source = environment.conf
|
||||
source = autostart.conf
|
||||
source = general.conf
|
||||
source = rules.conf
|
||||
|
43
.config/hypr/hyprlock.conf
Normal file
43
.config/hypr/hyprlock.conf
Normal file
@ -0,0 +1,43 @@
|
||||
background {
|
||||
monitor =
|
||||
path = $HOME/pictures/wallpapers/lockscreen.png
|
||||
color = rgba(25, 20, 20, 1.0)
|
||||
|
||||
blur_passes = 4
|
||||
blur_size = 2
|
||||
noise = 0.0117
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 200, 50
|
||||
outline_thickness = 1
|
||||
dots_size = 0.2 # 0.2 - 0.8
|
||||
dots_spacing = 0.15 # 0.0 - 1.0
|
||||
dots_center = true
|
||||
outer_color = rgb(000000)
|
||||
inner_color = rgb(200, 200, 200)
|
||||
font_color = rgb(10, 10, 10)
|
||||
fade_on_empty = true
|
||||
placeholder_text = <i>Input Password...</i>
|
||||
hide_input = false
|
||||
position = 0, -20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = Enter your password to unlock
|
||||
color = rgba(200, 200, 200, 1.0)
|
||||
font_size = 24
|
||||
font_family = Ubuntu Nerd Font
|
||||
|
||||
position = 0, 200
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
@ -5,7 +5,8 @@ $movews = CTRL ALT
|
||||
bind = $leader, T, exec, $terminal
|
||||
bind = $leader, B, exec, $browser
|
||||
bind = $leader, E, exec, $files
|
||||
bind = $leader, R, exec, $menu
|
||||
bind = $leader, Super_L, exec, $menu
|
||||
bind = $leader, L, exec, hyprlock
|
||||
|
||||
# Screenshot
|
||||
bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
|
@ -1,6 +1,6 @@
|
||||
$terminal = alacritty
|
||||
$browser = firefox
|
||||
$files = nautilus
|
||||
$menu = fuzzel
|
||||
$editor = code
|
||||
$email = geary
|
||||
$files = nautilus
|
||||
$menu = ~/.bin/toggle-fuzzel
|
||||
$terminal = alacritty
|
||||
|
@ -1 +1,2 @@
|
||||
windowrulev2 = tile, class:.*
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
|
Reference in New Issue
Block a user