commit 6d79e9e1e80b6bda09c74fbe9551a541b17aaf6f
Author: Simon Watson <spw01@protonmail.com>
Date: Wed Mar 2 14:20:24 2022 -0500
Pending updates, mainly emacs
diff --git a/emacs/.emacs-all b/emacs/.emacs-all
index 2ddc845..3abf00b 100644
--- a/emacs/.emacs-all
+++ b/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
diff --git a/moonlander-fw/fw.bin b/moonlander-fw/fw.bin
index 4bcddcb..499e7e2 100644
Binary files a/moonlander-fw/fw.bin and b/moonlander-fw/fw.bin differ
diff --git a/openbox/casana-void/rc.xml b/openbox/casana-void/rc.xml
index f1af380..997d05b 100644
--- a/openbox/casana-void/rc.xml
+++ b/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>
diff --git a/tint2/tint2rc b/tint2/tint2rc
index ea2ed59..5a8886d 100644
--- a/tint2/tint2rc
+++ b/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