mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
change dmenu_run position
This commit is contained in:
parent
3920d2b2f3
commit
f68f5a6cbe
4
config.h
4
config.h
@ -914,8 +914,8 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
|
|||||||
// #endif // BAR_DMENUMATCHTOP_PATCH
|
// #endif // BAR_DMENUMATCHTOP_PATCH
|
||||||
// NULL
|
// NULL
|
||||||
// };
|
// };
|
||||||
static const char* dmenu_run_cmd[] = { "dmenu_run", "-bw", "2", "-i", "-W", "390", "-X", "961", "-Y", "15", "-l", "15", "-g", "3", NULL };
|
static const char* dmenu_run_cmd[] = { "dmenu_run", "-bw", "2", "-i", "-W", "390", "-X", "8", "-Y", "420", "-l", "15", "-g", "3", NULL };
|
||||||
static const char* clipmenu_cmd[] = { "clipmenu", "-bw", "2", "-i", "-W", "290", "-X", "1061", "-Y", "15", "-l", "15", NULL };
|
static const char* clipmenu_cmd[] = { "clipmenu", "-bw", "2", "-i", "-W", "290", "-X", "8", "-Y", "420", "-l", "15", NULL };
|
||||||
static const char* volume_ui_cmd[] = { "st", "-c", "volume-ui", "-g=80x15+353+20", "-e", "pulsemixer", NULL } ;
|
static const char* volume_ui_cmd[] = { "st", "-c", "volume-ui", "-g=80x15+353+20", "-e", "pulsemixer", NULL } ;
|
||||||
|
|
||||||
#if BAR_STATUSCMD_PATCH
|
#if BAR_STATUSCMD_PATCH
|
||||||
|
Loading…
Reference in New Issue
Block a user