Compare commits

...

6 Commits

Author SHA1 Message Date
Sravan Balaji
0cbeaf84f3 Remove explicit_sync settings which were removed in Hyprland v0.50.0 2025-08-15 19:55:28 -04:00
Sravan Balaji
ddc90c3898 Add dunst to autostart 2025-08-14 07:37:20 -04:00
Sravan Balaji
ed2b85244b Switch back to static background image for hyprlock 2025-06-01 14:53:51 -04:00
Sravan Balaji
d19373cd9d Swap hyprlock image background with blurred screenshot 2025-05-30 18:48:25 -04:00
Sravan Balaji
fc793e41b1 Remove hypridle / hyprlock sleeps 2025-05-29 20:16:51 -04:00
Sravan Balaji
005e99385a Remove gammastep-indicator from startup (using systemd service instead) 2025-05-29 18:07:24 -04:00
4 changed files with 12 additions and 14 deletions

View File

@@ -149,6 +149,7 @@ exec-once = uwsm app -- fumon &
exec-once = uwsm app -- kdeconnectd --replace &
exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
exec-once = uwsm app -- $HOME/.scripts/dunst.sh --on &
#+END_SRC
*** Desktop Setup
@@ -168,7 +169,6 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
exec-once = uwsm app -- blueman-applet &
exec-once = uwsm app -- nm-applet &
exec-once = uwsm app -- kdeconnect-indicator &
exec-once = uwsm app -- gammastep-indicator &
exec-once = uwsm app -- udiskie -a -n -s &
exec-once = uwsm app -- nextcloud &
exec-once = uwsm app -- syncthing-gtk &
@@ -712,8 +712,6 @@ opengl {
#+BEGIN_SRC conf :tangle hyprland.conf
render {
explicit_sync = 2
explicit_sync_kms = 2
direct_scanout = 2
expand_undersized_textures = true
xp_mode = false
@@ -851,9 +849,9 @@ screencopy {
#+BEGIN_SRC conf :tangle hypridle.conf
general {
lock_cmd = pgrep hyprlock || (hyprlock && sleep 3) # avoid starting multiple hyprlock instances
before_sleep_cmd = loginctl lock-session && sleep 3 # lock before suspend
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
lock_cmd = pgrep hyprlock || hyprlock # avoid starting multiple hyprlock instances
before_sleep_cmd = loginctl lock-session # lock before suspend
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
ignore_dbus_inhibit = false
ignore_systemd_inhibit = false
inhibit_sleep = 2
@@ -916,7 +914,7 @@ auth {
#+BEGIN_SRC conf :tangle hyprlock.conf
animations {
enabled = true
enabled = false
}
#+END_SRC
@@ -928,6 +926,7 @@ animations {
background {
monitor =
path = ~/Data/NextCloud/Wallpapers/Desktop/Solar_System.png
color = rgba(282a36ff)
}
#+END_SRC

View File

@@ -1,7 +1,7 @@
general {
lock_cmd = pgrep hyprlock || (hyprlock && sleep 3) # avoid starting multiple hyprlock instances
before_sleep_cmd = loginctl lock-session && sleep 3 # lock before suspend
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
lock_cmd = pgrep hyprlock || hyprlock # avoid starting multiple hyprlock instances
before_sleep_cmd = loginctl lock-session # lock before suspend
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
ignore_dbus_inhibit = false
ignore_systemd_inhibit = false
inhibit_sleep = 2

View File

@@ -10,6 +10,7 @@ exec-once = uwsm app -- fumon &
exec-once = uwsm app -- kdeconnectd --replace &
exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
exec-once = uwsm app -- $HOME/.scripts/dunst.sh --on &
exec-once = uwsm app -- hyprctl setcursor breeze-hacked-cursor-theme 24 &
exec-once = uwsm app -- hyprpm reload -n &
@@ -21,7 +22,6 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
exec-once = uwsm app -- blueman-applet &
exec-once = uwsm app -- nm-applet &
exec-once = uwsm app -- kdeconnect-indicator &
exec-once = uwsm app -- gammastep-indicator &
exec-once = uwsm app -- udiskie -a -n -s &
exec-once = uwsm app -- nextcloud &
exec-once = uwsm app -- syncthing-gtk &
@@ -280,8 +280,6 @@ opengl {
}
render {
explicit_sync = 2
explicit_sync_kms = 2
direct_scanout = 2
expand_undersized_textures = true
xp_mode = false

View File

@@ -17,12 +17,13 @@ auth {
}
animations {
enabled = true
enabled = false
}
background {
monitor =
path = ~/Data/NextCloud/Wallpapers/Desktop/Solar_System.png
color = rgba(282a36ff)
}
input-field {