aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--i3/.config/i3/config1
-rwxr-xr-xscripts/bin/run_vmtoolsd4
-rw-r--r--xorg/.Xresources4
3 files changed, 8 insertions, 1 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 8b3e757..abada2f 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -171,3 +171,4 @@ exec run-once qasmixer -t
171# exec run-once xfce4-power-manager 171# exec run-once xfce4-power-manager
172exec run-once blueman-applet 172exec run-once blueman-applet
173exec run-once feh --bg-scale "/home/jason/Tresors/SpiderOak Hive/wallpaper/wallhaven-3601.jpg" 173exec run-once feh --bg-scale "/home/jason/Tresors/SpiderOak Hive/wallpaper/wallhaven-3601.jpg"
174exec run-once run_vmtoolsd
diff --git a/scripts/bin/run_vmtoolsd b/scripts/bin/run_vmtoolsd
new file mode 100755
index 0000000..09ee4e6
--- /dev/null
+++ b/scripts/bin/run_vmtoolsd
@@ -0,0 +1,4 @@
1#!/bin/bash
2
3sleep 2
4vmtoolsd -n vmusr &
diff --git a/xorg/.Xresources b/xorg/.Xresources
index 3903541..f64a307 100644
--- a/xorg/.Xresources
+++ b/xorg/.Xresources
@@ -18,12 +18,14 @@ URxvt*scrollTtyKeypress: true
18URxvt.termName: xterm-256color 18URxvt.termName: xterm-256color
19URxvt.scrollBar: False 19URxvt.scrollBar: False
20URxvt.reverseVideo: True 20URxvt.reverseVideo: True
21URxvt*saveLines: 9999
21 22
22URxvt.perl-ext-common: default,matcher,clipboard 23URxvt.perl-ext-common: default,matcher,clipboard
23 24
24! Open URLs with Control+Left Click 25! Open URLs with Control+Left Click
25URxvt.url-launcher: /usr/bin/xdg-open 26URxvt.url-launcher: /usr/bin/xdg-open
26URxvt.matcher.button: C1 27!URxvt.matcher.button: C1
28URxvt.matcher.button: 3
27URxvt.url-select.underline: false 29URxvt.url-select.underline: false
28 30
29 31