Explorar o código

Merge pull request #1 from siduck76/main

updating new commits
Leo Andrade %!s(int64=3) %!d(string=hai) anos
pai
achega
9ab81baa11
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      chadwm/config.def.h

+ 3 - 3
chadwm/config.def.h

@@ -131,9 +131,9 @@ static Key keys[] = {
     /* modifier                     key        function        argument */
     { MODKEY,                       XK_c,      spawn,          {.v = rofi } },
 
-    // if you dont use st my rm this and uncomment line below it!
-     { MODKEY,                       XK_Return, spawn,   SHCMD("~/.local/bin/./st_settings && st")}, 
-     /* { MODKEY,                       XK_Return, spawn,    {.v = termcmd }},  */
+    // if you dont use st and this script my rm this and uncomment line below it!
+    //{ MODKEY,                       XK_Return, spawn,   SHCMD("~/.local/bin/./st_settings && st")}, 
+    { MODKEY,                       XK_Return, spawn,    {.v = termcmd }},  
 
     {MODKEY | ControlMask, XK_u, spawn, SHCMD("maim | xclip -selection clipboard -t image/png")},
     {MODKEY, XK_u, spawn,   SHCMD("maim --select | xclip -selection clipboard -t image/png")},