Compare commits
2 Commits
8b5e14c0e4
...
aa6bd32845
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa6bd32845 | ||
|
|
aede1dbb21 |
@@ -124,6 +124,17 @@ oxwm.key.bind({ modkey }, "K", oxwm.client.focus_stack(-1))
|
|||||||
oxwm.key.bind({ modkey, "Shift" }, "J", oxwm.client.move_stack(1))
|
oxwm.key.bind({ modkey, "Shift" }, "J", oxwm.client.move_stack(1))
|
||||||
oxwm.key.bind({ modkey, "Shift" }, "K", oxwm.client.move_stack(-1))
|
oxwm.key.bind({ modkey, "Shift" }, "K", oxwm.client.move_stack(-1))
|
||||||
|
|
||||||
|
oxwm.key.bind({ }, "XF86AudioMute", oxwm.spawn({ "wpctl set-mute @DEFAULT_SINK@ toggle" }))
|
||||||
|
oxwm.key.bind({ }, "XF86AudioRaiseVolume", oxwm.spawn({ "wpctl set-volume @DEFAULT_SINK@ 3%+" }))
|
||||||
|
oxwm.key.bind({ }, "XF86AudioLowerVolume", oxwm.spawn({ "wpctl set-volume @DEFAULT_SINK@ 3%-" }))
|
||||||
|
oxwm.key.bind({ modkey }, "XF86AudioRaiseVolume", oxwm.spawn({ "wpctl set-volume @DEFAULT_SINK@ 10%+" }))
|
||||||
|
oxwm.key.bind({ modkey }, "XF86AudioLowerVolume", oxwm.spawn({ "wpctl set-volume @DEFAULT_SINK@ 10%-" }))
|
||||||
|
|
||||||
|
oxwm.key.bind({ }, "XF86MonBrightnessUp", oxwm.spawn({ "brightnessctl set +10%" }))
|
||||||
|
oxwm.key.bind({ }, "XF86MonBrightnessDown", oxwm.spawn({ "brightnessctl set 10%-" }))
|
||||||
|
oxwm.key.bind({ modkey }, "XF86MonBrightnessUp", oxwm.spawn({ "brightnessctl set 100%" }))
|
||||||
|
oxwm.key.bind({ modkey }, "XF86MonBrightnessDown", oxwm.spawn({ "brightnessctl set 10%" }))
|
||||||
|
|
||||||
oxwm.key.bind({ modkey }, "1", oxwm.tag.view(0))
|
oxwm.key.bind({ modkey }, "1", oxwm.tag.view(0))
|
||||||
oxwm.key.bind({ modkey }, "2", oxwm.tag.view(1))
|
oxwm.key.bind({ modkey }, "2", oxwm.tag.view(1))
|
||||||
oxwm.key.bind({ modkey }, "3", oxwm.tag.view(2))
|
oxwm.key.bind({ modkey }, "3", oxwm.tag.view(2))
|
||||||
|
|||||||
Reference in New Issue
Block a user