aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-10 14:50:36 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-10 14:50:36 +0530
commita8ad68ceb757bd41bd0a1ac9ebcdddc23206ad6c (patch)
tree198b8e34abf5f3a3f9c2ef5863f422409b39e0ce /config.def.h
parent9043fd0db9b821d37ca0710c773381fceed4688e (diff)
update
Diffstat (limited to '')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index e954b08..f5f246e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -23,8 +23,8 @@ static int log_level = WLR_ERROR;
/* Autostart */
static const char *const autostart[] = {
- "wbg", "/home/compromyse/Pictures/wallpaper.jpg", NULL,
- "/home/compromyse/.bar.sh", NULL,
+ "wbg", "~/Pictures/wallpaper.jpg", NULL,
+ "~/.bar.sh", NULL,
"way-displays", NULL,
"dunst", NULL,
"swayidle", "before-sleep", "swaylock", "lock", "swaylock", NULL,
@@ -134,7 +134,7 @@ static const char *upbrightness[] = { "brightnessctl", "set", "+5%", NULL };
static const char *downbrightness[] = { "brightnessctl", "set", "5%-", NULL };
static const char *termcmd[] = { "alacritty", NULL };
-static const char *menucmd[] = { "bemenu-run", "-i", "-p", "λ", "-b", "--hp", "8", "--fn", "'UbuntuMono Nerd Font Mono'", "--tb", "'#272727'", "--tf", "'#f2f0fa'", "--fb", "'#272727'", "--ff", "'f2f0fa'", "--cb", "'#272727'", "--cf", "'#f2f0fa'", "--nb", "'#272727'", "--nf", "'#f2f0fa'", "--hb", "'#f2f0fa'", "--hf", "'#272727'", "--fbb", "'#272727'", "--fbf", "'#f2f0fa'", "--sb", "'#f2f0fa'", "--sf", "'#272727'", "--ab", "'#272727'", "--af", "'#f2f0fa'", "--scb", "'#272727'", "--scf", "'#272727'", NULL };
+static const char *menucmd[] = { "~/.run.sh", NULL };
static const char *lockcmd[] = { "swaylock", NULL };
static const Key keys[] = {