mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Cleanups and omissions
This commit is contained in:
parent
553096a611
commit
df38ee39e0
14 changed files with 85 additions and 63 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#export ECORE_IMF_MODULE=uim
|
||||
|
||||
# Current compositor. Needed for Wayland security negotiation.
|
||||
export XDG_CURRENT_DESKTOP=waybox
|
||||
export XDG_CURRENT_DESKTOP=Waybox
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
|
||||
# Make sure to run the X initialization if started through a display manager
|
||||
|
|
|
|||
14
data/rc.xml
14
data/rc.xml
|
|
@ -43,14 +43,23 @@
|
|||
<!-- Keybindings for window switching -->
|
||||
<keybind key="A-Tab">
|
||||
<action name="NextWindow">
|
||||
<finalactions>
|
||||
<action name="Unshade"/>
|
||||
</finalactions>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="A-S-ISO_Left_Tab">
|
||||
<action name="PreviousWindow">
|
||||
<finalactions>
|
||||
<action name="Unshade"/>
|
||||
</finalactions>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-Tab">
|
||||
<action name="NextWindow">
|
||||
<finalactions>
|
||||
<action name="Unshade"/>
|
||||
</finalactions>
|
||||
</action>
|
||||
</keybind>
|
||||
<!-- Keybindings for running applications -->
|
||||
|
|
@ -64,6 +73,11 @@
|
|||
<execute>grim "$(xdg-user-dir PICTURES)/$(date +'%Y-%m-%d-%H%M%S_grim_fs.png')"</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="A-Sys_Req">
|
||||
<action name="Execute">
|
||||
<execute>grim -g "$(slurp -d)" "$(xdg-user-dir PICTURES)/$(date +'%Y-%m-%d-%H%M%S_grim_sel.png')"</execute>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="A-F2">
|
||||
<action name="Execute">
|
||||
<execute>obrun l</execute>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue