update dotfile
This commit is contained in:
parent
b6da41ad5b
commit
31560f486a
43 changed files with 343 additions and 3648 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<labwc_config>
|
||||
|
||||
<theme>
|
||||
<name>Lean</name>
|
||||
<name>openbox-lean</name>
|
||||
<titlebar>
|
||||
<layout>menu,desk:iconify,max,close</layout>
|
||||
</titlebar>
|
||||
|
|
@ -113,15 +113,25 @@
|
|||
<keybind key="W-4">
|
||||
<action name="GoToDesktop" to="4" />
|
||||
</keybind>
|
||||
<keybind key="W-F11">
|
||||
<action name="ToggleFullscreen" />
|
||||
</keybind>
|
||||
|
||||
<keybind key="A-Q">
|
||||
<action name="Execute">
|
||||
<command>xdg-open 'obsidian://advanced-uri?vault=widget&commandname=QuickAdd:%20quick-note-today'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
|
||||
<!-- screenshot -->
|
||||
<keybind key="Print">
|
||||
<action name="Execute">
|
||||
<command>~/.config/xfce4/labwc/screenshot-full.sh</command>
|
||||
<command>~/.config/screenshot-script/wayland-screenshot-full.sh</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-Print">
|
||||
<action name="Execute">
|
||||
<command>~/.config/xfce4/labwc/screenshot-part.sh</command>
|
||||
<command>~/.config/screenshot-script/wayland-screenshot-part.sh</command>
|
||||
</action>
|
||||
</keybind>
|
||||
</keyboard>
|
||||
|
|
@ -136,7 +146,7 @@
|
|||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind button="A-Left" action="Drag">
|
||||
<mousebind button="W-Right" action="Drag">
|
||||
<action name="Move" />
|
||||
</mousebind>
|
||||
<mousebind button="A-Right" action="Press">
|
||||
|
|
@ -268,6 +278,24 @@
|
|||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Client">
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="Press">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Press">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind button="W-Middle" action="Press">
|
||||
<action name="ShowMenu" menu="client-menu" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Root">
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="ShowMenu" menu="root-menu" />
|
||||
|
|
@ -276,7 +304,7 @@
|
|||
<action name="ShowMenu" menu="root-menu" />
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="Press">
|
||||
<action name="ShowMenu" menu="root-menu" />
|
||||
<action name="ShowMenu" menu="client-list-combined-menu" />
|
||||
</mousebind>
|
||||
<mousebind direction="W-Up" action="Scroll">
|
||||
<action name="GoToDesktop" to="left" wrap="yes" />
|
||||
|
|
@ -285,6 +313,8 @@
|
|||
<action name="GoToDesktop" to="right" wrap="yes" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
|
||||
</mouse>
|
||||
|
||||
<snapping>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue