summaryrefslogtreecommitdiff
path: root/oxwm/.config
diff options
context:
space:
mode:
Diffstat (limited to 'oxwm/.config')
-rw-r--r--oxwm/.config/oxwm/config.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/oxwm/.config/oxwm/config.lua b/oxwm/.config/oxwm/config.lua
index 4461bf5..3818b14 100644
--- a/oxwm/.config/oxwm/config.lua
+++ b/oxwm/.config/oxwm/config.lua
@@ -179,8 +179,8 @@ oxwm.bar.set_scheme_selected(colors.cyan, colors.bg, colors.purple)
-- Basic window management
oxwm.key.bind({ modkey }, "Return", oxwm.spawn_terminal())
--- Launch Dmenu
-oxwm.key.bind({ modkey }, "D", oxwm.spawn({ "sh", "-c", "dmenu_run -l 10" }))
+-- Launch Rofi
+oxwm.key.bind({ modkey }, "D", oxwm.spawn({ "sh", "-c", "rofi -show run" }))
-- Copy screenshot to clipboard
-- oxwm.key.bind({ modkey }, "S", oxwm.spawn({ "sh", "-c", "maim -s | xclip -selection clipboard -t image/png" }))
oxwm.key.bind({ modkey }, "Q", oxwm.client.kill())