Compare commits

...

3 Commits

@ -488,16 +488,16 @@ globalkeys = gears.table.join(
{description = "run prompt", group = "launcher"}),
-- This is maybe something usefull for folks but honestly always gets in my way. Just commenting out.
-- awful.key({ modkey }, "x",
-- function ()
-- awful.prompt.run {
-- prompt = "Run Lua code: ",
-- textbox = awful.screen.focused().mypromptbox.widget,
-- exe_callback = awful.util.eval,
-- history_path = awful.util.get_cache_dir() .. "/history_eval"
-- }
-- end)
-- This is maybe something usefull for folks but honestly always gets in my way.
awful.key({ modkey }, "|",
function ()
awful.prompt.run {
prompt = "Run Lua code: ",
textbox = awful.screen.focused().mypromptbox.widget,
exe_callback = awful.util.eval,
history_path = awful.util.get_cache_dir() .. "/history_eval"
}
end)
)
-- {description = "lua execute prompt", group = "awesome"}),
-- Menubar

@ -3,7 +3,6 @@ Description=runs the nm applet for the system tray
After=network.target
[Service]
User=josiah
ExecStart=/run/current-system/sw/bin/nm-applet
LimitNOFILE=1024

@ -0,0 +1,16 @@
[Unit]
Description=runs the nm applet for the system tray
After=network.target
[Service]
ExecStart=/run/current-system/sw/bin/rsibreak
LimitNOFILE=1024
Restart=always
RestartSec=10
Environment=DISPLAY=:0
PermissionsStartOnly=true
[Install]
WantedBy=default.target

@ -4,7 +4,6 @@ After=network.target
Wants=tailscaled.service
[Service]
User=josiah
ExecStart=/home/josiah/go/bin/tailscale-systray
LimitNOFILE=1024

Loading…
Cancel
Save