feat(hypr): update config to make it usable
This commit is contained in:
@@ -5,9 +5,7 @@
|
|||||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||||
# Or execute your favorite apps at launch like this:
|
# Or execute your favorite apps at launch like this:
|
||||||
|
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE XDG_SESSION_DESKTOP
|
||||||
exec-once = gnome-keyring-daemon --start --components=secrets
|
|
||||||
|
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = swww-daemon
|
exec-once = swww-daemon
|
||||||
exec-once = swaync
|
exec-once = swaync
|
||||||
@@ -19,5 +17,6 @@ exec-once = gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3-dark'
|
|||||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||||
|
|
||||||
exec-once = curl -s https://zenquotes.io/api/random > ~/.cache/quote.json
|
exec-once = curl -s https://zenquotes.io/api/random > ~/.cache/quote.json
|
||||||
|
exec-once = "/usr/libexec/polkit-mate-authentication-agent-1"
|
||||||
|
|
||||||
exec-once = seafile-applet
|
exec-once = seafile-applet
|
||||||
|
|||||||
@@ -16,6 +16,10 @@ env = AWT_TOOLKIT,MToolkit
|
|||||||
env = WINIT_X11_SCALE_FACTOR,1
|
env = WINIT_X11_SCALE_FACTOR,1
|
||||||
env = XWAYLAND_NO_GLAMOR,0
|
env = XWAYLAND_NO_GLAMOR,0
|
||||||
|
|
||||||
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||||
|
env = XDG_SESSION_TYPE,wayland
|
||||||
|
env = XDG_SESSION_DESKTOP,Hyprland
|
||||||
|
|
||||||
xwayland {
|
xwayland {
|
||||||
force_zero_scaling = true
|
force_zero_scaling = true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
kb_variant = altgr-intl
|
kb_variant = altgr-intl
|
||||||
kb_options = caps:swapescape
|
kb_options = caps:escape
|
||||||
kb_rules =
|
kb_rules =
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user