瀏覽代碼

Merge pull request #1 from siduck76/main

updating new commits
Leo Andrade 3 年之前
父節點
當前提交
9ab81baa11
共有 1 個文件被更改,包括 3 次插入3 次删除
  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")},