fix: use proper floating terminal

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-10 09:19:52 +01:00
parent 3b9752b5ee
commit 61072b816a
28 changed files with 294 additions and 386 deletions

17
hypr_desktop/regreet.toml Normal file
View file

@ -0,0 +1,17 @@
[background]
# path = "/usr/share/backgrounds/greeter.jpg"
fit = "Contain"
[env]
PATH = "/home/dashie/.config/:$HOME/.local/bin:/home/dashie/.cargo/bin:$PATH"
QT_QPA_PLATFORMTHEME = "qt5ct"
[GTK]
application_prefer_dark_theme = true
cursor_theme_name = "Adwaita"
icon_theme_name = "Adwaita"
theme_name = "adw-gtk3"
[commands]
reboot = ["systemctl", "reboot"]
poweroff = ["systemctl", "poweroff"]