LoginSignup
0

More than 5 years have passed since last update.

Openboxでデスクトップ移動の設定

Posted at

ウィンドウマネージャーで、デスクトップの移動をする時の設定

設定

以下を追加

~/.config/openbox/rc.xml
<keybind key="Alt-P">
   <action name="DesktopRight">
       <wrap>no</wrap>
   </action>
</keybind>
<keybind key="Alt-N">
    <action name="DesktopLeft">
        <wrap>no</wrap>
    </action>
</keybind>

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0