fix: use proper floating terminal
This commit is contained in:
parent
3b9752b5ee
commit
61072b816a
28 changed files with 294 additions and 386 deletions
17
hypr_desktop/regreet.toml
Normal file
17
hypr_desktop/regreet.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue