diff options
-rw-r--r-- | ClangFormat/.clang-format | 2 | ||||
-rwxr-xr-x | Scripts/.local/scripts/status/volume | 2 | ||||
-rw-r--r-- | XServer/.xinitrc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ClangFormat/.clang-format b/ClangFormat/.clang-format index 86e797d..9b7219c 100644 --- a/ClangFormat/.clang-format +++ b/ClangFormat/.clang-format @@ -25,5 +25,5 @@ BraceWrapping: BeforeLambdaBody: true BeforeCatch: true BeforeElse: true + SplitEmptyFunction: true IndentBraces: false - SplitEmptyFunction: false diff --git a/Scripts/.local/scripts/status/volume b/Scripts/.local/scripts/status/volume index 4355094..948283c 100755 --- a/Scripts/.local/scripts/status/volume +++ b/Scripts/.local/scripts/status/volume @@ -1,2 +1,2 @@ #!/usr/bin/env bash -echo " $(pamixer --get-volume-human)" +echo " $(pamixer --get-volume-human)" diff --git a/XServer/.xinitrc b/XServer/.xinitrc index b0f8483..10ab4f8 100644 --- a/XServer/.xinitrc +++ b/XServer/.xinitrc @@ -15,7 +15,7 @@ $(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) & $HOME/.local/scripts/background & dunst & -picom --backend xrender --vsync --no-fading-openclose & +picom --backend xrender --no-fading-openclose & sxhkd & dwmblocks & |