diff --git a/rsrcs/awesome/key_conf.lua b/rsrcs/awesome/key_conf.lua index 5b74fa6..0a729cc 100644 --- a/rsrcs/awesome/key_conf.lua +++ b/rsrcs/awesome/key_conf.lua @@ -12,7 +12,7 @@ require("awful.hotkeys_popup.keys") -- If you do not like this or do not have such a key, -- I suggest you to remap Mod4 to another key using xmodmap or other tools. -- However, you can use another modifier like Mod1, but it may interact with others. -modkey = "Mod3" +modkey = "Mod4" local key_conf = {} @@ -237,4 +237,4 @@ key_conf.clientbuttons = gears.table.join( root.keys(key_conf.globalkeys) -- }}} -return key_conf \ No newline at end of file +return key_conf diff --git a/rsrcs/awesome/rc.lua b/rsrcs/awesome/rc.lua index 4b874e7..ed93a06 100644 --- a/rsrcs/awesome/rc.lua +++ b/rsrcs/awesome/rc.lua @@ -103,7 +103,7 @@ rand_wllppr() -- This is used later as the default terminal and editor to run. -terminal = "urxvt" +terminal = "wezterm" editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor @@ -138,8 +138,8 @@ root.buttons(gears.table.join( awful.button({ }, 5, awful.tag.viewprev) )) -- }}} -awful.spawn.with_shell(string.format("%s/.config/autostart.sh", os.getenv("HOME"))) -awful.spawn.with_shell(string.format("%s/.config/polybar/start_polybar.sh", os.getenv("HOME"))) +--awful.spawn.with_shell(string.format("%s/.config/autostart.sh", os.getenv("HOME"))) +--awful.spawn.with_shell(string.format("%s/.config/polybar/start_polybar.sh", os.getenv("HOME"))) -- XDG autostart -- awful.spawn.with_shell( -- 'if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi;' ..