commit db725dfda06fef5647800b0871b734f588f4ea75
Author: Robbie D <git@robertdherb.com>
Date: Tue, 15 Jan 2019 04:56:23 +0000
Added some stuff from phoebe (Work laptop)
Diffstat:
3 files changed, 107 insertions(+), 0 deletions(-)
diff --git a/phoebe/.Xdefaults b/phoebe/.Xdefaults
@@ -0,0 +1,51 @@
+! $OpenBSD: dot.Xdefaults,v 1.3 2014/07/10 10:22:59 jasper Exp $
+XTerm*loginShell:false
+
+!!! Above this line are defaults
+
+! Force Xterm to use standard clipboard
+XTerm*selectToClipboard: true
+
+! Look and feel
+
+! Scrollbars
+XTerm*saveLines: 2048
+
+! Colors
+
+! special
+*.foreground: #e1d2e7
+*.background: #0c050f
+*.cursorColor: #e1d2e7
+
+! black
+*.color0: #140a18
+*.color8: #f85991
+
+! red
+*.color1: #211327
+*.color9: #31b0ec
+
+! green
+*.color2: #37223e
+*.color10: #d05af1
+
+! yellow
+*.color3: #54375f
+*.color11: #e27b9a
+
+! blue
+*.color4: #7a5288
+*.color12: #5fbaee
+
+! magenta
+*.color5: #a574b7
+*.color13: #ce56ef
+
+! cyan
+*.color6: #c5a7d1
+*.color14: #8ccd57
+
+! white
+*.color7: #e9dfee
+*.color15: #7bc6f7
diff --git a/phoebe/.cwmrc b/phoebe/.cwmrc
@@ -0,0 +1,43 @@
+# Menu
+
+command Firefox /usr/local/bin/firefox
+command KeepassXC /usr/local/bin/keepassxc
+command Xterm /usr/X11R6/bin/xterm
+
+# Big decisions
+
+moveamount 15
+sticky yes
+snapdist 10
+gap 26 0 0 0
+
+
+# Key bindings
+unbind-key all # Necessary to use Firefox's new ALT-LEFT for back
+
+bind-key 4-Return terminal
+bind-key 4-l lock
+bind-key 4S-Return menu-exec
+bind-key 4-a menu-window
+bind-key M-Tab window-cycle
+bind-key MS-Tab window-rcycle
+bind-key 4-q window-delete
+
+bind-key 4-Up window-raise
+bind-key 4-Down window-lower
+bind-key 4-m window-maximize
+
+bind-key 4S-h window-move-left
+bind-key 4S-j window-move-down
+bind-key 4S-k window-move-up
+bind-key 4S-l window-move-right
+
+bind-key 4S-r restart
+
+# Mouse bindings
+#unbind-mouse all # Might as well, since we're rebinding the keyboard to 4
+# TODO: Figure out why this breaks clicking on the desktop
+
+bind-mouse 4-1 window-move
+bind-mouse 4-2 window-resize
+bind-mouse 4-3 window-lower
diff --git a/phoebe/.xsession b/phoebe/.xsession
@@ -0,0 +1,13 @@
+# activate scroll wheel button
+xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1
+xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Axes" 6 7 4 5
+xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Buton" 2
+xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Timeout" 50
+xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation Intertia" 3
+
+exec mixerctl outputs.spkr_mute=on &
+exec feh --bg-fill ~/Pictures/Wallpaper/city.jpg &
+exec compton -bcCG -o .38 -O 200 -I 200 -D2 -m 0.88 &
+exec xclock -d -geometry +1416+0 &
+
+exec cwm