Compare commits

...

3 Commits

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

@ -3,7 +3,6 @@ Description=runs the nm applet for the system tray
After=network.target After=network.target
[Service] [Service]
User=josiah
ExecStart=/run/current-system/sw/bin/nm-applet ExecStart=/run/current-system/sw/bin/nm-applet
LimitNOFILE=1024 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 Wants=tailscaled.service
[Service] [Service]
User=josiah
ExecStart=/home/josiah/go/bin/tailscale-systray ExecStart=/home/josiah/go/bin/tailscale-systray
LimitNOFILE=1024 LimitNOFILE=1024

Loading…
Cancel
Save