save
This commit is contained in:
@@ -59,10 +59,10 @@ oxwm.bar.set_scheme_selected(colors.cyan, colors.bg, colors.purple)
|
||||
oxwm.bar.set_scheme_urgent(colors.red, colors.bg, colors.red)
|
||||
|
||||
oxwm.key.bind({ modkey }, "B", oxwm.spawn({ "librewolf" }))
|
||||
oxwm.key.bind({ modkey }, "D", oxwm.spawn({ "vesktop" }))
|
||||
oxwm.key.bind({ modkey }, "D", oxwm.spawn({ "vesktop-bin" }))
|
||||
oxwm.key.bind({ modkey }, "G", oxwm.spawn({ "steam" }))
|
||||
oxwm.key.bind({ modkey }, "M", oxwm.spawn({ "atlauncher" }))
|
||||
oxwm.key.bind({ modkey }, "S", oxwm.spawn({ "sober" }))
|
||||
oxwm.key.bind({ modkey }, "M", oxwm.spawn({ "ATLauncher" }))
|
||||
oxwm.key.bind({ modkey }, "S", oxwm.spawn({ "flatpak", "run", "org.vinegarhq.Sober" }))
|
||||
|
||||
oxwm.key.bind({ modkey }, "Return", oxwm.spawn_terminal())
|
||||
oxwm.key.bind({ modkey }, "Space", oxwm.spawn({ "sh", "-c", "dmenu_run -l 10" }))
|
||||
|
||||
Reference in New Issue
Block a user