Compare commits
No commits in common. "9017ab0ca2d54ed231461aa8f4c90108a55397a6" and "01d584b925d64b9895114656f99cf7a78cf215e9" have entirely different histories.
9017ab0ca2
...
01d584b925
5 changed files with 8 additions and 24 deletions
|
@ -1,17 +0,0 @@
|
|||
[Settings]
|
||||
gtk-theme-name=rose-pine-gtk
|
||||
gtk-icon-theme-name=rose-pine-icons
|
||||
gtk-font-name=Noto Sans 11
|
||||
gtk-cursor-theme-name=BreezeX-RosePine-Linux
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=rgb
|
||||
gtk-application-prefer-dark-theme=0
|
|
@ -14,6 +14,7 @@ exec-once = gnome-keyring
|
|||
|
||||
# Hypridle
|
||||
exec-once = hypridle
|
||||
exec-once = hyprpaper
|
||||
|
||||
# Mailspring
|
||||
exec-once = mailspring --background --password-store="gnome-libsecret"
|
||||
|
@ -22,7 +23,7 @@ exec-once = mailspring --background --password-store="gnome-libsecret"
|
|||
exec-once = nm-applet
|
||||
|
||||
# Pipewire
|
||||
#exec-once = artix-pipewire-launcher restart
|
||||
exec-once = artix-pipewire-launcher restart
|
||||
|
||||
# Polkit
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
@ -43,4 +44,4 @@ exec-once = udiskie
|
|||
exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2
|
||||
|
||||
# Prevent hidden Wine System Tray window from keeping workspace existing
|
||||
#exec-once = $HOME/.scripts/kill-wine-explorer.sh
|
||||
exec-once = $HOME/.scripts/kill-wine-explorer.sh
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
#custom-cpu-temp,
|
||||
#cpu,
|
||||
#clock {
|
||||
padding: 6px;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -6,19 +6,19 @@
|
|||
}
|
||||
{
|
||||
"label" : "logout",
|
||||
"action" : "hyprctl dispatch exit",
|
||||
"action" : "pkill -9 -u $(id -u) Hyprland",
|
||||
"text" : "Logout",
|
||||
"keybind" : "e"
|
||||
}
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "poweroff",
|
||||
"action" : "loginctl poweroff",
|
||||
"text" : "Shutdown",
|
||||
"keybind" : "s"
|
||||
}
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "reboot",
|
||||
"action" : "loginctl reboot",
|
||||
"text" : "Reboot",
|
||||
"keybind" : "r"
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ printenv SSH_TTY &> /dev/null || wal -R
|
|||
|
||||
# Autostart on TTY1:
|
||||
# Hyprland on laptop
|
||||
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && exec Hyprland
|
||||
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-lt' ]] && exec dbus-run-session Hyprland
|
||||
|
||||
# Plasma on desktop
|
||||
[[ "$XDG_VTNR" -eq 1 ]] && [[ "$HOST" = 'vrz-dt' ]] && startx
|
||||
|
|
Loading…
Reference in a new issue