fix redundant hyprpaper,hypridle,hyprsynset
This commit is contained in:
@ -103,10 +103,8 @@
|
|||||||
waybar # Status bar/panel
|
waybar # Status bar/panel
|
||||||
rofi # Application launcher and dmenu replacement (rofi has native wayland support)
|
rofi # Application launcher and dmenu replacement (rofi has native wayland support)
|
||||||
mako # Notification daemon
|
mako # Notification daemon
|
||||||
hyprpaper # Wallpaper daemon
|
|
||||||
hyprlock # Screen lock utility
|
hyprlock # Screen lock utility
|
||||||
hyprpicker # Color picker
|
hyprpicker # Color picker
|
||||||
hyprsunset # Night mode
|
|
||||||
|
|
||||||
# ---- CLIPBOARD & INPUT ----
|
# ---- CLIPBOARD & INPUT ----
|
||||||
wl-clipboard # Clipboard utilities for Wayland
|
wl-clipboard # Clipboard utilities for Wayland
|
||||||
@ -117,7 +115,6 @@
|
|||||||
blueman # Bluetooth manager with system tray
|
blueman # Bluetooth manager with system tray
|
||||||
networkmanagerapplet # Network management system tray
|
networkmanagerapplet # Network management system tray
|
||||||
brightnessctl # Screen brightness control (laptops)
|
brightnessctl # Screen brightness control (laptops)
|
||||||
wlsunset # Blue light filter/night mode
|
|
||||||
|
|
||||||
# ---- SCREENSHOT & RECORDING ----
|
# ---- SCREENSHOT & RECORDING ----
|
||||||
grim # Screenshot tool for Wayland
|
grim # Screenshot tool for Wayland
|
||||||
|
@ -6,9 +6,6 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"hyprpaper"
|
|
||||||
"hypridle"
|
|
||||||
"hyprsunset"
|
|
||||||
"hyprctl setcursor capitaine-cursors-white 32" # Set mouse cursor
|
"hyprctl setcursor capitaine-cursors-white 32" # Set mouse cursor
|
||||||
"wl-paste --type text --watch cliphist store" # Stores only text data
|
"wl-paste --type text --watch cliphist store" # Stores only text data
|
||||||
"wl-paste --type image --watch cliphist store" # Stores only image data
|
"wl-paste --type image --watch cliphist store" # Stores only image data
|
||||||
|
Reference in New Issue
Block a user