|
@@ -363,45 +363,56 @@
|
|
|
<!--
|
|
<!--
|
|
|
<keybind key="W-Up">
|
|
<keybind key="W-Up">
|
|
|
<action name="Execute">
|
|
<action name="Execute">
|
|
|
- <command>/home/drew/Documents/dotfiles/scripts/winsnap -u</command>
|
|
|
|
|
|
|
+ <command>/home/drew/Documents/dotfilesarch/scripts/winsnap -u</command>
|
|
|
</action>
|
|
</action>
|
|
|
</keybind>
|
|
</keybind>
|
|
|
<keybind key="W-Down">
|
|
<keybind key="W-Down">
|
|
|
<action name="Execute">
|
|
<action name="Execute">
|
|
|
- <command>/home/drew/Documents/dotfiles/scripts/winsnap -d</command>
|
|
|
|
|
|
|
+ <command>/home/drew/Documents/dotfilesarch/scripts/winsnap -d</command>
|
|
|
</action>
|
|
</action>
|
|
|
</keybind>
|
|
</keybind>
|
|
|
<keybind key="W-Right">
|
|
<keybind key="W-Right">
|
|
|
<action name="Execute">
|
|
<action name="Execute">
|
|
|
- <command>/home/drew/Documents/dotfiles/scripts/winsnap -r</command>
|
|
|
|
|
|
|
+ <command>/home/drew/Documents/dotfilesarch/scripts/winsnap -r</command>
|
|
|
</action>
|
|
</action>
|
|
|
</keybind>
|
|
</keybind>
|
|
|
<keybind key="W-Left">
|
|
<keybind key="W-Left">
|
|
|
<action name="Execute">
|
|
<action name="Execute">
|
|
|
- <command>/home/drew/Documents/dotfiles/scripts/winsnap -l</command>
|
|
|
|
|
|
|
+ <command>/home/drew/Documents/dotfilesarch/scripts/winsnap -l</command>
|
|
|
</action>
|
|
</action>
|
|
|
</keybind>
|
|
</keybind>
|
|
|
-->
|
|
-->
|
|
|
<!--Toggle Projector Mode-->
|
|
<!--Toggle Projector Mode-->
|
|
|
<keybind key="XF86Display">
|
|
<keybind key="XF86Display">
|
|
|
<action name="Execute">
|
|
<action name="Execute">
|
|
|
- <command>~/Documents/dotfiles/scripts/find_max_ext_monitor_res.rb</command>
|
|
|
|
|
|
|
+ <command>~/Documents/dotfiles/arch/scripts/find_max_ext_monitor_res.rb</command>
|
|
|
</action>
|
|
</action>
|
|
|
</keybind>
|
|
</keybind>
|
|
|
<!--Volume Control-->
|
|
<!--Volume Control-->
|
|
|
<keybind key="XF86AudioRaiseVolume">
|
|
<keybind key="XF86AudioRaiseVolume">
|
|
|
<action name="Execute">
|
|
<action name="Execute">
|
|
|
- <command>~/Documents/dotfiles/scripts/volume-change.sh up</command>
|
|
|
|
|
|
|
+ <command>~/Documents/dotfiles/arch/scripts/volume-change.sh up</command>
|
|
|
</action>
|
|
</action>
|
|
|
</keybind>
|
|
</keybind>
|
|
|
<keybind key="XF86AudioLowerVolume">
|
|
<keybind key="XF86AudioLowerVolume">
|
|
|
<action name="Execute">
|
|
<action name="Execute">
|
|
|
- <command>~/Documents/dotfiles/scripts/volume-change.sh down</command>
|
|
|
|
|
|
|
+ <command>~/Documents/dotfiles/arch/scripts/volume-change.sh down</command>
|
|
|
</action>
|
|
</action>
|
|
|
</keybind>
|
|
</keybind>
|
|
|
<keybind key="XF86AudioMute">
|
|
<keybind key="XF86AudioMute">
|
|
|
<action name="Execute">
|
|
<action name="Execute">
|
|
|
- <command>~/Documents/dotfiles/scripts/volume-change.sh toggle</command>
|
|
|
|
|
|
|
+ <command>~/Documents/dotfiles/arch/scripts/volume-change.sh toggle</command>
|
|
|
|
|
+ </action>
|
|
|
|
|
+ </keybind>
|
|
|
|
|
+ <!--Keyboard Backlight Control-->
|
|
|
|
|
+ <keybind key="XF86KbdBrightnessUp">
|
|
|
|
|
+ <action name="Execute">
|
|
|
|
|
+ <command>/usr/bin/kbdlight up</command>
|
|
|
|
|
+ </action>
|
|
|
|
|
+ </keybind>
|
|
|
|
|
+ <keybind key="XF86KbdBrightnessDown">
|
|
|
|
|
+ <action name="Execute">
|
|
|
|
|
+ <command>/usr/bin/kbdlight down</command>
|
|
|
</action>
|
|
</action>
|
|
|
</keybind>
|
|
</keybind>
|
|
|
</keyboard>
|
|
</keyboard>
|