Skip to content

Commit

Permalink
24.05 (#6)
Browse files Browse the repository at this point in the history
* use flake for nix-vim

* setup 24.05

* Update lockfile

* readd unstable for signal and tailscale
  • Loading branch information
s-mil authored Jun 14, 2024
1 parent 839f7e3 commit 8318de8
Show file tree
Hide file tree
Showing 48 changed files with 523 additions and 1,159 deletions.
6 changes: 3 additions & 3 deletions config/hypr/hypridle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ general {
}

listener {
timeout = 180 # 3mins
timeout = 300 # 3mins
on-timeout = $lock_cmd
}

listener {
timeout = 240 # 4mins
timeout = 600 # 10mins
on-timeout = hyprctl dispatch dpms off
on-resume = hyprctl dispatch dpms on
}

listener {
timeout = 540 # 9mins
timeout = 1200 # 20mins
on-timeout = $suspend_cmd
}
17 changes: 16 additions & 1 deletion config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exec-once = waybar
exec-once = gnome-keyring-daemon --start --components=secrets
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = hypridle
exec = mako
exec = swaync
exec-once = hyprpaper
exec-once = nm-applet --indicator

Expand Down Expand Up @@ -39,6 +39,21 @@ input {
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}


layerrule = blur, swaync-control-center
layerrule = blur, swaync-notification-window

layerrule = ignorezero, swaync-control-center
layerrule = ignorezero, swaync-notification-window

layerrule = ignorealpha 0.5, swaync-control-center
layerrule = ignorealpha 0.5, swaync-notification-window

layerrule = blur, logout_dialog




general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more

Expand Down
Loading

0 comments on commit 8318de8

Please sign in to comment.