mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
feat: integrate spicetify-nix for Spotify customization, add steam and add hyprlock configuration
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
# "dunst" # Disabled - colorshell handles notifications
|
||||
"nm-applet --indicator" # WiFi manager in system tray
|
||||
"vicinae server" # Start Vicinae server
|
||||
|
||||
# Lock screen after a short delay (let Hyprland initialize first)
|
||||
"sleep 2 && hyprlock"
|
||||
];
|
||||
|
||||
# Environment variables
|
||||
@@ -173,6 +176,9 @@
|
||||
"$mod, Print, exec, $HOME/.local/bin/screenshot full" # Full screen
|
||||
"$mod SHIFT, Print, exec, $HOME/.local/bin/screenshot window" # Active window
|
||||
|
||||
# Lock screen
|
||||
"$mod, L, exec, hyprlock"
|
||||
|
||||
# Scroll through workspaces
|
||||
"$mod, mouse_down, workspace, e+1"
|
||||
"$mod, mouse_up, workspace, e-1"
|
||||
|
||||
Reference in New Issue
Block a user