Session for greeter
This commit is contained in:
@@ -21,8 +21,9 @@ monitor=,1920x1080@165, -1920x0, 1
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = fcitx5 -d
|
||||
exec-once = sudo modprobe v4l2loopback
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = alacritty
|
||||
@@ -40,16 +41,15 @@ input {
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
|
||||
|
||||
numlock_by_default = true
|
||||
follow_mouse = 1
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
touchpad {
|
||||
natural_scroll = yes
|
||||
clickfinger_behavior = true
|
||||
}
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
general {
|
||||
@@ -71,14 +71,14 @@ decoration {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
rounding = 12
|
||||
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 5
|
||||
passes = 1
|
||||
}
|
||||
|
||||
drop_shadow = no
|
||||
drop_shadow = yes
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@ animations {
|
||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = myBezier, .77,.39,.25,.92
|
||||
bezier = myBezier, .72,.39,.25,.92
|
||||
|
||||
animation = windows, 1, 4, myBezier
|
||||
# animation = windowsOut, 1, 4, default, popin 100%
|
||||
@@ -268,6 +268,8 @@ bind = $mainMod CTRL SHIFT, S, exec, grim -g "$(slurp -d)" - > $HOME/Screenshots
|
||||
bind = , Print, exec, grim - > $HOME/Screenshots/Screenshot_$(date +%F_%T).png
|
||||
|
||||
# Enviroment variables
|
||||
env = GTK_THEME, adw-gtk3-dark:dark
|
||||
|
||||
env = GDK_BACKEND,wayland,x11,*
|
||||
env = QT_QPA_PLATFORM,wayland;xcb
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
|
||||
Reference in New Issue
Block a user