Selaa lähdekoodia

fix scripts to bin directories

Andrew Swistak 11 vuotta sitten
vanhempi
commit
75826b205c
2 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 1 1
      bin/find_max_ext_monitor_res.rb
  2. 4 4
      config/openbox/rc.xml

+ 1 - 1
bin/find_max_ext_monitor_res.rb

@@ -22,4 +22,4 @@ max_x = default_x
   end
 end
 
-system "$HOME/Documents/dotfiles/scripts/toggle_mirror_display.sh #{scale}x#{scale} #{max_res}"
+system "$HOME/Documents/dotfiles/bin/toggle_mirror_display.sh #{scale}x#{scale} #{max_res}"

+ 4 - 4
config/openbox/rc.xml

@@ -363,23 +363,23 @@
     <!--Toggle Projector Mode-->
     <keybind key="XF86Display">
       <action name="Execute">
-        <command>~/.dotfiles/scripts/find_max_ext_monitor_res.rb</command>
+        <command>~/.dotfiles/bin/find_max_ext_monitor_res.rb</command>
       </action>
     </keybind>
     <!--Volume Control-->
     <keybind key="XF86AudioRaiseVolume">
       <action name="Execute">
-        <command>~/.dotfiles/scripts/volume-change.sh up</command>
+        <command>~/.dotfiles/bin/volume-change.sh up</command>
       </action>
     </keybind>
     <keybind key="XF86AudioLowerVolume">
       <action name="Execute">
-        <command>~/.dotfiles/scripts/volume-change.sh down</command>
+        <command>~/.dotfiles/bin/volume-change.sh down</command>
       </action>
     </keybind>
     <keybind key="XF86AudioMute">
       <action name="Execute">
-        <command>~/.dotfiles/scripts/volume-change.sh toggle</command>
+        <command>~/.dotfiles/bin/volume-change.sh toggle</command>
       </action>
     </keybind>
     <!--Keyboard Backlight Control-->