diff options
author | Joe <rbo@gmx.us> | 2024-12-26 10:41:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-26 10:41:20 +0100 |
commit | 3c161868bc4c4456c428299f8e3b611e25739f00 (patch) | |
tree | 92dfeaf944f7dd97da07ebc0049fc0a609bb03ca /config.def.h | |
parent | fixed segv (diff) | |
download | dwm-3c161868bc4c4456c428299f8e3b611e25739f00.tar.gz dwm-3c161868bc4c4456c428299f8e3b611e25739f00.tar.bz2 dwm-3c161868bc4c4456c428299f8e3b611e25739f00.tar.xz dwm-3c161868bc4c4456c428299f8e3b611e25739f00.tar.zst dwm-3c161868bc4c4456c428299f8e3b611e25739f00.zip |
up
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/config.def.h b/config.def.h index d53f257..33d524c 100644 --- a/config.def.h +++ b/config.def.h @@ -14,7 +14,7 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int user_bh = 25; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */ static const int focusonwheel = 0; -static const char *fonts[] = { "BigBlueTermPlus Nerd Font:size=11" }; +static const char *fonts[] = { "BigBlueTermPlus Nerd Font:size=12" }; // static const char *fonts[] = { "Terminess Nerd Font:style=Bold:size=13" }; // static const char *fonts[] = { "GohuFont 11 Nerd Font:size=13" }; static const char dmenufont[] = "monospace:size=11"; @@ -132,16 +132,16 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() static const char *term_cmd[] = { "alacritty", NULL }; static const char *hardflip_cmd[] = { "alacritty", "-e", "hf", NULL }; static const char *dmenucmd[] = { "dmenu_run", "-i", "-m", "0", NULL }; -static const char *dmapps_cmd[] = { "/home/jozan/.local/bin/dmapps", NULL }; -static const char *dmpc_cmd[] = { "/home/jozan/.local/bin/dmpc", NULL }; -static const char *dmkill_cmd[] = { "/home/jozan/.local/bin/dmkill", NULL }; -static const char *dmsearch_cmd[] = { "/home/jozan/.local/bin/dmsearch", NULL }; -static const char *dmscrot_cmd[] = { "/home/jozan/.local/bin/dmscrot", NULL }; -static const char *dmlog_cmd[] = { "/home/jozan/.local/bin/dmlog", NULL }; -static const char *dmpass_full_cmd[] = { "/home/jozan/.local/bin/dmpass", "--full", NULL }; -static const char *dmpass_cmd[] = { "/home/jozan/.local/bin/dmpass", NULL }; -static const char *dmotp_cmd[] = { "/home/jozan/.local/bin/dmotp", NULL }; -static const char *ndate_cmd[] = { "/home/jozan/.local/bin/ndate", NULL }; +static const char *dmapps_cmd[] = { "/home/r_bousset/.local/bin/dmapps", NULL }; +static const char *dmpc_cmd[] = { "/home/r_bousset/.local/bin/dmpc", NULL }; +static const char *dmkill_cmd[] = { "/home/r_bousset/.local/bin/dmkill", NULL }; +static const char *dmsearch_cmd[] = { "/home/r_bousset/.local/bin/dmsearch", NULL }; +static const char *dmscrot_cmd[] = { "/home/r_bousset/.local/bin/dmscrot", NULL }; +static const char *dmlog_cmd[] = { "/home/r_bousset/.local/bin/dmlog", NULL }; +static const char *dmpass_full_cmd[] = { "/home/r_bousset/.local/bin/dmpass", "--full", NULL }; +static const char *dmpass_cmd[] = { "/home/r_bousset/.local/bin/dmpass", NULL }; +static const char *dmotp_cmd[] = { "/home/r_bousset/.local/bin/dmotp", NULL }; +static const char *ndate_cmd[] = { "/home/r_bousset/.local/bin/ndate", NULL }; // static const char *file_cmd[] = { "alacritty", "-e", "zsh", "-ic", "lf", NULL }; // static const char *file_alt_cmd[] = { "pcmanfm", NULL }; // static const char *edit_cmd[] = { "emacsclient", "-c", NULL }; @@ -149,7 +149,7 @@ static const char *browser_cmd[] = { "firefox", NULL }; static const char *torbro_cmd[] = { "torify", "librewolf", NULL }; // static const char *nb_cmd[] = { "alacritty", "-e", "newsboat", NULL }; // static const char *ncmpc_cmd[] = { "alacritty", "-e", "ncmpc", NULL }; -static const char *cal_cmd[] = { "alacritty", "-e", "calcurse", "-C", "/home/jozan/.config/calcurse", "-D", "/home/jozan/.local/share/calcurse", NULL }; +static const char *cal_cmd[] = { "alacritty", "-e", "calcurse", "-C", "/home/r_bousset/.config/calcurse", "-D", "/home/r_bousset/.local/share/calcurse", NULL }; static const char *scli_cmd[] = { "alacritty", "-e", "scli", NULL }; static const char *mutt_cmd[] = { "alacritty", "-e", "neomutt", NULL }; static const char *gotop_cmd[] = { "alacritty", "-e", "gotop", NULL }; @@ -157,15 +157,15 @@ static const char *htop_cmd[] = { "alacritty", "-e", "htop", NULL }; static const char *top_cmd[] = { "alacritty", "-e", "top", NULL }; static const char *bl_inc_cmd[] = { "xbacklight", "-inc", "10", NULL }; static const char *bl_dec_cmd[] = { "xbacklight", "-dec", "10", NULL }; -static const char *vol_tog_cmd[] = { "/home/jozan/.local/bin/mixer-set", "toggle", NULL }; -static const char *vol_dec_cmd[] = { "/home/jozan/.local/bin/mixer-set", "lower", NULL }; -static const char *vol_inc_cmd[] = { "/home/jozan/.local/bin/mixer-set", "raise", NULL }; -static const char *mic_cmd[] = { "/home/jozan/.local/bin/mic", NULL }; +static const char *vol_tog_cmd[] = { "/home/r_bousset/.local/bin/mixer-set", "toggle", NULL }; +static const char *vol_dec_cmd[] = { "/home/r_bousset/.local/bin/mixer-set", "lower", NULL }; +static const char *vol_inc_cmd[] = { "/home/r_bousset/.local/bin/mixer-set", "raise", NULL }; +static const char *mic_cmd[] = { "/home/r_bousset/.local/bin/mic", NULL }; static const char *mpc_prev_cmd[] = { "mpc", "prev", NULL }; static const char *mpc_next_cmd[] = { "mpc", "next", NULL }; static const char *mpc_tog_cmd[] = { "mpc", "toggle", NULL }; static const char *mpc_stop_cmd[] = { "mpc", "stop", NULL }; -static const char *killespeak_cmd[] = { "/home/jozan/.local/bin/shutup", NULL }; +static const char *killespeak_cmd[] = { "/home/r_bousset/.local/bin/shutup", NULL }; #include <X11/XF86keysym.h> static const Key keys[] = { |