aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-06-11 01:24:10 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-06-11 01:24:10 +0100
commit3765aafeeff8843d66ce08a58a9c1ec7321ab09e (patch)
tree2c50c32ca76ea840ef14efd0ed875394f940a01b
parent642e7c95c139da0c2f13830414148bbcf8a2c219 (diff)
downloaddotfiles-3765aafeeff8843d66ce08a58a9c1ec7321ab09e.tar.gz
dotfiles-3765aafeeff8843d66ce08a58a9c1ec7321ab09e.tar.bz2
dotfiles-3765aafeeff8843d66ce08a58a9c1ec7321ab09e.zip
(*)~Some cleanup
-rw-r--r--ClangFormat/.clang-format2
-rwxr-xr-xScripts/.local/scripts/status/volume2
-rw-r--r--XServer/.xinitrc2
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 &