From 787cb2ce8a433181a5605b7261a71cc61f38d761 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 21 May 2024 20:46:44 +0300 Subject: [PATCH] Add spaces after commas --- modules/hyprland/fuzzel.nix | 2 +- modules/hyprland/hyprland.nix | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/hyprland/fuzzel.nix b/modules/hyprland/fuzzel.nix index 08870f6..e43df74 100644 --- a/modules/hyprland/fuzzel.nix +++ b/modules/hyprland/fuzzel.nix @@ -3,7 +3,7 @@ desktopUserHomeConfiguration { wayland.windowManager.hyprland.settings = { bindl = [(replaceStrings [ "\n;" "\n" ] [ ";" "" ] '' - ,XF86PowerOff,exec, + , XF86PowerOff, exec, pkill fuzzel; echo -en "Suspend\0icon\x1fsystem-suspend\nHibernate\0icon\x1fsystem-suspend-hibernate-alt2\nPower Off\0icon\x1fsystem-shutdown\nReboot\0icon\x1fsystem-reboot" | fuzzel --dmenu diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index e2242ef..1e86f4e 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -34,7 +34,7 @@ in desktopSystemConfiguration { wayland.windowManager.hyprland = enabled { settings = { - monitor = [ ",preferred,auto,1" ]; + monitor = [ ", preferred, auto, 1" ]; windowrule = [ "noinitialfocus" ]; exec-once = [ @@ -45,14 +45,14 @@ in desktopSystemConfiguration { exec = [ "pkill swaybg; swaybg --image ${./wallpaper.png}" ]; bindle = [ - ",XF86AudioRaiseVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ --limit 1.5" - ",XF86AudioLowerVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" + ", XF86AudioRaiseVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ --limit 1.5" + ", XF86AudioLowerVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" - ",XF86AudioMute , exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" - ",XF86AudioMicMute , exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle" + ", XF86AudioMute , exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle" + ", XF86AudioMicMute , exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle" - ",XF86MonBrightnessUp , exec, brightnessctl set 5%+" - ",XF86MonBrightnessDown, exec, brightnessctl set --min-value=0 5%-" + ", XF86MonBrightnessUp , exec, brightnessctl set 5%+" + ", XF86MonBrightnessDown, exec, brightnessctl set --min-value=0 5%-" ]; bindm = [ @@ -170,7 +170,7 @@ in desktopSystemConfiguration { gestures.workspace_swipe = true; animations = { - bezier = [ "material_decelerate,0.05,0.7,0.1,1" ]; + bezier = [ "material_decelerate, 0.05, 0.7, 0.1, 1" ]; animation = [ "border , 1, 10, material_decelerate"