Browse Source

Pending updates, mainly emacs

Simon Watson 2 years ago
parent
commit
6d79e9e1e8
4 changed files with 44 additions and 32 deletions
  1. 8 0
      emacs/.emacs-all
  2. BIN
      moonlander-fw/fw.bin
  3. 35 31
      openbox/casana-void/rc.xml
  4. 1 1
      tint2/tint2rc

+ 8 - 0
emacs/.emacs-all

@@ -116,11 +116,16 @@
 ;; package results in bugs on Linux (not OSX). I'm assuming
 ;; because straight is building from git and there is a regression.
 ;; As such -- MELPA config
+;; This config is likely redudant and I can use the straight
+;; MELPA interface, but it's working and I'm too lazy to change it
 (require 'package)
 (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
 (package-install 'symon)
 (symon-mode 1)
 
+;; Icicles
+(straight-use-package 'icicles)
+
 (straight-use-package
  '(telephone-line :type git :host github
 		  :repo "dbordak/telephone-line"))
@@ -140,6 +145,9 @@
 (setq org-src-preserve-indentation nil 
       org-edit-src-content-indentation 0)
 
+;; tramp
+(setq tramp-default-method "ssh")
+
 (require 'yasnippet)
 
 ;; Configure focus

BIN
moonlander-fw/fw.bin


+ 35 - 31
openbox/casana-void/rc.xml

@@ -321,7 +321,11 @@
       </action>
     </keybind>
     <keybind key="W-A-Down">
-      <action name="MoveToEdge"><direction>south</direction></action>
+      <action name="MoveResizeTo">
+	<x>center</x>
+	<y>center</y>
+	<monitor>1</monitor>
+      </action>
     </keybind>
     <keybind key="A-space">
       <action name="Execute">
@@ -363,36 +367,36 @@
     <keybind key="W-S-s">
 	    <action name="Unshade"/>
     </keybind>
-  <!--   <keybind key="KP_End"> -->
-  <!--   	    <action name="Execute"> -->
-  <!--   		    <command>xdotool key ctrl+c b</command> -->
-  <!--   	    </action> -->
-  <!--   </keybind> -->
-  <!--   <keybind key="KP_Down"> -->
-  <!--   	    <action name="Execute"> -->
-  <!--   		    <command>xdotool key ctrl+c z</command> -->
-  <!--   	    </action> -->
-  <!--   </keybind> -->
-  <!--   <keybind key="KP_Left"> -->
-  <!--   	    <action name="Execute"> -->
-  <!--   		    <command>xdotool key ctrl+x 5 2</command> -->
-  <!--   	    </action> -->
-  <!--   </keybind> -->
-  <!--   <keybind key="KP_Begin"> -->
-  <!--   	    <action name="Execute"> -->
-  <!--   		    <command>xdotool key ctrl+x 5 0</command> -->
-  <!--   	    </action> -->
-  <!--   </keybind> -->
-  <!--   <keybind key="KP_Home"> -->
-  <!--   	    <action name="Execute"> -->
-  <!--   		    <command>xdotool key ctrl+g</command> -->
-  <!--   	    </action> -->
-  <!--   </keybind> -->
-  <!--   <keybind key="KP_Up"> -->
-  <!--   	    <action name="Execute"> -->
-  <!--   		    <command>xdotool key ctrl+x k</command> -->
-  <!--   	    </action> -->
-  <!--   </keybind> -->
+     <keybind key="KP_End"> 
+     	    <action name="Execute"> 
+     		    <command>xdotool key ctrl+c b</command> 
+     	    </action> 
+     </keybind> 
+     <keybind key="KP_Down"> 
+     	    <action name="Execute"> 
+     		    <command>xdotool key ctrl+c z</command> 
+     	    </action> 
+     </keybind> 
+     <keybind key="KP_Left"> 
+     	    <action name="Execute"> 
+     		    <command>xdotool key ctrl+x 5 2</command> 
+     	    </action> 
+     </keybind> 
+     <keybind key="KP_Begin"> 
+     	    <action name="Execute"> 
+     		    <command>xdotool key ctrl+x 5 0</command> 
+     	    </action> 
+     </keybind> 
+     <keybind key="KP_Home"> 
+     	    <action name="Execute"> 
+     		    <command>xdotool key ctrl+g</command> 
+     	    </action> 
+     </keybind> 
+     <keybind key="KP_Up"> 
+     	    <action name="Execute"> 
+     		    <command>xdotool key ctrl+x k</command> 
+     	    </action> 
+     </keybind> 
   </keyboard>
   <mouse>
     <dragThreshold>1</dragThreshold>

+ 1 - 1
tint2/tint2rc

@@ -54,7 +54,7 @@ panel_dock = 0
 panel_pivot_struts = 0
 panel_position = bottom center horizontal
 panel_layer = bottom
-panel_monitor = DP-1-2
+panel_monitor = DP-2-2
 panel_shrink = 0
 autohide = 1
 autohide_show_timeout = 0.3