mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add spaces after commas
This commit is contained in:
parent
fcd7ce9933
commit
787cb2ce8a
2 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
||||||
desktopUserHomeConfiguration {
|
desktopUserHomeConfiguration {
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
bindl = [(replaceStrings [ "\n;" "\n" ] [ ";" "" ] ''
|
bindl = [(replaceStrings [ "\n;" "\n" ] [ ";" "" ] ''
|
||||||
,XF86PowerOff,exec,
|
, XF86PowerOff, exec,
|
||||||
pkill fuzzel;
|
pkill fuzzel;
|
||||||
echo -en "Suspend\0icon\x1fsystem-suspend\nHibernate\0icon\x1fsystem-suspend-hibernate-alt2\nPower Off\0icon\x1fsystem-shutdown\nReboot\0icon\x1fsystem-reboot"
|
echo -en "Suspend\0icon\x1fsystem-suspend\nHibernate\0icon\x1fsystem-suspend-hibernate-alt2\nPower Off\0icon\x1fsystem-shutdown\nReboot\0icon\x1fsystem-reboot"
|
||||||
| fuzzel --dmenu
|
| fuzzel --dmenu
|
||||||
|
|
|
@ -34,7 +34,7 @@ in desktopSystemConfiguration {
|
||||||
|
|
||||||
wayland.windowManager.hyprland = enabled {
|
wayland.windowManager.hyprland = enabled {
|
||||||
settings = {
|
settings = {
|
||||||
monitor = [ ",preferred,auto,1" ];
|
monitor = [ ", preferred, auto, 1" ];
|
||||||
windowrule = [ "noinitialfocus" ];
|
windowrule = [ "noinitialfocus" ];
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
|
@ -45,14 +45,14 @@ in desktopSystemConfiguration {
|
||||||
exec = [ "pkill swaybg; swaybg --image ${./wallpaper.png}" ];
|
exec = [ "pkill swaybg; swaybg --image ${./wallpaper.png}" ];
|
||||||
|
|
||||||
bindle = [
|
bindle = [
|
||||||
",XF86AudioRaiseVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ --limit 1.5"
|
", XF86AudioRaiseVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ --limit 1.5"
|
||||||
",XF86AudioLowerVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
", XF86AudioLowerVolume , exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
|
||||||
|
|
||||||
",XF86AudioMute , exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
", XF86AudioMute , exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||||
",XF86AudioMicMute , exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
|
", XF86AudioMicMute , exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
|
||||||
|
|
||||||
",XF86MonBrightnessUp , exec, brightnessctl set 5%+"
|
", XF86MonBrightnessUp , exec, brightnessctl set 5%+"
|
||||||
",XF86MonBrightnessDown, exec, brightnessctl set --min-value=0 5%-"
|
", XF86MonBrightnessDown, exec, brightnessctl set --min-value=0 5%-"
|
||||||
];
|
];
|
||||||
|
|
||||||
bindm = [
|
bindm = [
|
||||||
|
@ -170,7 +170,7 @@ in desktopSystemConfiguration {
|
||||||
gestures.workspace_swipe = true;
|
gestures.workspace_swipe = true;
|
||||||
|
|
||||||
animations = {
|
animations = {
|
||||||
bezier = [ "material_decelerate,0.05,0.7,0.1,1" ];
|
bezier = [ "material_decelerate, 0.05, 0.7, 0.1, 1" ];
|
||||||
|
|
||||||
animation = [
|
animation = [
|
||||||
"border , 1, 10, material_decelerate"
|
"border , 1, 10, material_decelerate"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue