diff --git a/Plantillas/dwm-custom/files/config.h b/Plantillas/dwm-custom/files/config.h index 982d67f..9020132 100644 --- a/Plantillas/dwm-custom/files/config.h +++ b/Plantillas/dwm-custom/files/config.h @@ -37,16 +37,14 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Nnn", NULL, NULL, 1 << 0, 0, -1 }, { "Gimp", NULL, NULL, 1 << 3, 0, -1 }, - { "IceCat", NULL, NULL, 1 << 1, 0, -1 }, - { "Brave", NULL, NULL, 1 << 1, 0, -1 }, + { "Mozilla Firefox", NULL, NULL, 1 << 1, 0, -1 }, { "Google Chrome", NULL, NULL, 1 << 6, 0, -1 }, { "Galculator", NULL, NULL, 0, 1, -1 }, { "Openshot-qt", NULL, NULL, 1 << 3, 0, -1 }, // Editor de videos { "Telegram", NULL, NULL, 1 << 2, 0, -1 }, { "Lxappearance", NULL, NULL, 0, 1, -1 }, - { "Thunderbird", NULL, NULL, 1 << 2, 0, -1 }, - { "Thunderbird", NULL, "Filtros de mensajes", 1 << 2, 1, -1 }, { "Libreoffice", NULL, "Abrir", 0, 1, -1 }, + { "st-256color", NULL, "warning", 0, 1, -1 }, }; @@ -79,11 +77,10 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, static const char *termcmd[] = { "st", "-t", "Enter the Void", NULL }; /* Emulador de consola */ /* Comandos personalizados */ -static const char *menucmd[] = { "menu-apagar.sh", NULL }; -static const char *screencastcmd[] = { "gvideo.sh", NULL }; +static const char *menucmd[] = { "menu-apagar", NULL }; +static const char *screencastcmd[] = { "gvideo", NULL }; static const char *nnncmd[] = { "st", "-T", "Administrador de archivos", "-e", "nnn", NULL }; -static const char *icecatcmd[] = { "icecat", NULL }; -static const char *bravecmd[] = { "glibc", "brave", NULL }; +static const char *firefoxcmd[] = { "firefox", NULL }; static const char *chrome[] = { "glibc", "google-chrome", NULL }; static const char *telegramcmd[] = { "glibc","telegram", NULL }; static const char *gimpcmd[] = { "gimp", NULL }; @@ -92,9 +89,8 @@ static const char *mocpcmd[] = { "st", "-e", "mocp", "-T", "yellow_red_th static const char *mocp_play[] = { "mocp", "-p", "-t", "shuffle", NULL }; static const char scratchpadname[] = "scratchpad"; static const char *scratchpadcmd[] = { "st", "-t", "scratchpad", "-g", "140x40+400+220", NULL }; -static const char *dropboxcmd[] = { "glibc", "dropbox", "start", NULL }; -static const char *thunderbirdcmd[] = { "thunderbird", NULL }; -static const char *toggle_wificmd[] = { "wifi.sh", "-toggle", NULL }; +static const char *dropboxcmd[] = { "tbox", "--toggle", NULL }; +static const char *wificmd[] = { "wifi", "--toggle", NULL }; /* Control de volumen ALSA */ static const char *volupcmd[] = { "amixer", "-q", "sset", "Master", "5%+", NULL }; @@ -136,27 +132,25 @@ static Key keys[] = { // { MODKEY, XK_F1, spawn, {.v = nnncmd } }, { MODKEY, XK_F1, spawn, {.v = nnncmd } }, { ControlMask, XK_F1, spawn, {.v = chrome } }, - { MODKEY, XK_F2, spawn, {.v = icecatcmd } }, - { ControlMask, XK_F2, spawn, {.v = bravecmd } }, + { MODKEY, XK_F2, spawn, {.v = firefoxcmd } }, { MODKEY, XK_F3, spawn, {.v = telegramcmd } }, - { ControlMask, XK_F3, spawn, {.v = thunderbirdcmd } }, { MODKEY, XK_F4, spawn, {.v = gimpcmd } }, { ControlMask, XK_F4, spawn, {.v = openshotcmd } }, { MODKEY, XK_x, spawn, {.v = menucmd } }, // Atajo menú Apagar { MODKEY, XK_v, spawn, {.v = screencastcmd } }, // Grabar pantalla - { ControlMask, XK_m, spawn, SHCMD("usb.sh -m") }, // Montar usb - { ControlMask, XK_u, spawn, SHCMD("usb.sh -u") }, // Desmontar usb - { MODKEY|ShiftMask, XK_u, spawn, SHCMD("usb.sh -U") }, // Desmontar último usb + { ControlMask, XK_m, spawn, SHCMD("usb -m") }, // Montar usb + { ControlMask, XK_u, spawn, SHCMD("usb -u") }, // Desmontar usb + { MODKEY|ShiftMask, XK_u, spawn, SHCMD("usb -U") }, // Desmontar último usb { MODKEY, XK_F10, spawn, {.v = mocpcmd } }, { ControlMask, XK_F10, spawn, {.v = mocp_play } }, { MODKEY, XK_F11, spawn, {.v = dropboxcmd } }, - { ControlMask, XK_F12, spawn, {.v = toggle_wificmd } }, + { ControlMask, XK_F12, spawn, {.v = wificmd } }, /* Modos de captura de pantalla */ - { 0, XK_Print, spawn, SHCMD("ss_void.sh -P") }, // Captura de pantalla en el portapapeles - { ShiftMask, XK_Print, spawn, SHCMD("ss_void.sh -S") }, // Captura de área seleccionada en el portapapeles - { ControlMask, XK_Print, spawn, SHCMD("ss_void.sh -g") }, // Guardar captura de pantalla - { MODKEY|ShiftMask, XK_Print, spawn, SHCMD("ss_void.sh -s")}, // Guardar área seleccionada + { 0, XK_Print, spawn, SHCMD("ss_void -P") }, // Captura de pantalla en el portapapeles + { ShiftMask, XK_Print, spawn, SHCMD("ss_void -S") }, // Captura de área seleccionada en el portapapeles + { ControlMask, XK_Print, spawn, SHCMD("ss_void -g") }, // Guardar captura de pantalla + { MODKEY|ShiftMask, XK_Print, spawn, SHCMD("ss_void -s")}, // Guardar área seleccionada /* Atajos multimedia */ { 0, XF86XK_AudioPlay, spawn, SHCMD("mocp -G") }, diff --git a/Plantillas/dwm-custom/template b/Plantillas/dwm-custom/template index 35acda2..4c4373c 100644 --- a/Plantillas/dwm-custom/template +++ b/Plantillas/dwm-custom/template @@ -1,7 +1,7 @@ # Template file for 'dwm' pkgname=dwm version=6.2 -revision=5 +revision=2 makedepends="libXinerama-devel libXft-devel freetype-devel" short_desc="Dynamic window manager for X" maintainer="Tuxliban Torvalds "