mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
hypr: updates
This commit is contained in:
parent
69b6552c28
commit
56f37a3304
2 changed files with 8 additions and 7 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
# vim: foldmethod=marker ts=2 sw=2 ft=hyprlang
|
# vim: foldmethod=marker ts=2 sw=2
|
||||||
monitor=,highres,auto,1
|
monitor=,highres,auto,1
|
||||||
|
|
||||||
# env {{{
|
# env {{{
|
||||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||||
env = QT_QPA_PLATFORM,wayland;xcb
|
env = QT_QPA_PLATFORM,wayland;xcb
|
||||||
|
|
@ -18,14 +17,18 @@ exec-once = hyprpaper
|
||||||
exec-once = dunst
|
exec-once = dunst
|
||||||
exec-once = blueman-applet
|
exec-once = blueman-applet
|
||||||
exec-once = wlsunset -S 9:00 -s 20:00
|
exec-once = wlsunset -S 9:00 -s 20:00
|
||||||
exec-once = gsettings set org.gnome.desktop.interface font-name "JetBrainsMono Nerd Font"
|
|
||||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
exec-once = ~/.config/hypr/xdg-portal.sh
|
exec-once = ~/.config/hypr/xdg-portal.sh
|
||||||
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 = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
||||||
exec-once = ~/code/aw-server-rust/target/release/aw-server
|
exec-once = gsettings set org.gnome.desktop.interface font-name "JetBrainsMono Nerd Font"
|
||||||
exec-once = ~/code/awatcher/target/release/awatcher
|
exec-once = gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark" # GTK3
|
||||||
|
exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # GTK4
|
||||||
|
|
||||||
|
# exec-once = ~/code/aw-server-rust/target/release/aw-server
|
||||||
|
# exec-once = ~/code/awatcher/target/release/awatcher
|
||||||
# }}}
|
# }}}
|
||||||
# inputs {{{
|
# inputs {{{
|
||||||
input {
|
input {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,2 @@
|
||||||
bezier = linear, 1, 1, 0, 0
|
bezier = linear, 1, 1, 0, 0
|
||||||
animation = fade, 1, 1.8, linear
|
animation = fade, 1, 1.8, linear
|
||||||
|
|
||||||
# vim: foldmethod=marker ts=2 sw=2 ft=hyprlang
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue