Quellcode durchsuchen

fix scripts to bin directories

Andrew Swistak vor 11 Jahren
Ursprung
Commit
75826b205c
2 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  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-->