summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2022-04-24 16:42:19 -0400
committerlxf <sng@luxagraf.net>2022-04-24 16:42:19 -0400
commit426f8aa8fff9367b02bd01b49c92efb8f52c11ed (patch)
treecbec39eb7a53ab323aecc53d9c27722d77b733a9
parent484d4d8cbaa5145324d80456ab5ddb624f590ddc (diff)
latest changes to dell environment
-rw-r--r--.Xresources2
-rw-r--r--.aliases2
-rw-r--r--.bashrc5
-rw-r--r--.config/openbox/autostart7
-rw-r--r--.config/openbox/rc.xml6
-rw-r--r--.config/qutebrowser/config.py32
-rw-r--r--.config/tint2/tint2rc6
7 files changed, 30 insertions, 30 deletions
diff --git a/.Xresources b/.Xresources
index 3b6076d..4ddf0d3 100644
--- a/.Xresources
+++ b/.Xresources
@@ -28,7 +28,7 @@ URxvt.matcher.button: 1
!!Source http://github.com/altercation/solarized
-URxvt*background: [96]#002b36
+URxvt*background: [94]#002b36
*foreground: #657b83
*fading: 40
*fadeColor: #002b36
diff --git a/.aliases b/.aliases
index 26c3cf1..ca57990 100644
--- a/.aliases
+++ b/.aliases
@@ -6,7 +6,7 @@ alias v="vim "
alias dmenu="dmenu_run "
#alias thunar="pcmanfm-qt"
alias mpv="mpv --hwdec=vaapi -v "
-
+alias python="python3"
# I like feedback
alias cp='cp -v'
alias mv='mv -v'
diff --git a/.bashrc b/.bashrc
index 56c6f08..899f00d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,8 +1,8 @@
#basics
stty -ixon
export MOZ_DBUS_REMOTE=1
-alias vivaldi-snapshot="vivaldi-snapshot --use-gl=egl"
-export BROWSER="vivaldi-snapshot"
+#alias vivaldi-snapshot="vivaldi-snapshot --use-gl=egl"
+export BROWSER="vivaldi-stable"
export EDITOR="vim"
# keep dictionaries in ~/bin/
export STARDICT_DATA_DIR="$HOME/bin/dict/"
@@ -14,7 +14,6 @@ export CM_HISTLENGTH=50
export PATH=/usr/local/bin:$PATH
export PATH=$PATH:$HOME/bin
export PATH=$PATH:$HOME/bin/bash-scripts
-export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin
# Alias definitions
if [ -f ~/.aliases ]; then
diff --git a/.config/openbox/autostart b/.config/openbox/autostart
index c99e3d0..d0ec159 100644
--- a/.config/openbox/autostart
+++ b/.config/openbox/autostart
@@ -1,11 +1,12 @@
+xcompmgr -c &
tint2 &
-urxvt &
+thunar &
redshift -l 34.3065:-82.66374 &
nm-applet &
clipmenud &
nextcloud &
xset r rate 251 25 &
xset -b
-xcape -e 'Caps_Lock=Escape'
+xcape -e 'Control_L=Escape'
xinput set-prop 14 "libinput Natural Scrolling Enabled" 1
-feh --bg-fill ~/pictures/desktops/Untitled_0535_by_Mike_Sinko.jpg
+feh --bg-fill ~/pictures/desktops/delos.png
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index c5f6df3..1ad53e4 100644
--- a/.config/openbox/rc.xml
+++ b/.config/openbox/rc.xml
@@ -120,7 +120,7 @@
use obconf if you want to change these without having to log out
and back in -->
- <number>4</number>
+ <number>1</number>
<firstdesk>1</firstdesk>
<names>
<name>1</name>
@@ -294,12 +294,12 @@
</keybind>
<keybind key="Print">
<action name="Execute">
- <command>scrot ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command>
+ <command>scrot ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command>
</action>
</keybind>
<keybind key="A-Print">
<action name="Execute">
- <command>scrot -s ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command>
+ <command>scrot -s ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command>
</action>
</keybind>
<keybind key="XF86AudioMute">
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index 9181c43..892966d 100644
--- a/.config/qutebrowser/config.py
+++ b/.config/qutebrowser/config.py
@@ -105,24 +105,24 @@ config.bind(',s', "jseval --quiet if(document.getSelection){s=document.getSelect
import sys, os
-sys.path.append(os.path.join(sys.path[0], "jblock"))
-config.source("jblock/jblock/integrations/qutebrowser.py")
-config.set(
- "content.host_blocking.lists",
- [
- "https://easylist.to/easylist/fanboy-annoyance.txt",
- "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt",
- "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/annoyances.txt",
- "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/badware.txt",
- "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/privacy.txt",
- "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resource-abuse.txt",
- "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/unbreak.txt",
- "https://www.malwaredomainlist.com/hostslist/hosts.txt",
- ],
-)
+#sys.path.append(os.path.join(sys.path[0], "jblock"))
+#config.source("jblock/jblock/integrations/qutebrowser.py")
+#config.set(
+# "content.host_blocking.lists",
+# [
+# "https://easylist.to/easylist/fanboy-annoyance.txt",
+# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt",
+# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/annoyances.txt",
+# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/badware.txt",
+# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/privacy.txt",
+# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resource-abuse.txt",
+# "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/unbreak.txt",
+# "https://www.malwaredomainlist.com/hostslist/hosts.txt",
+# ],
+#)
config.set(
- "content.host_blocking.whitelist",
+ "content.blocking.whitelist",
[
"duckduckgo.com",
"github.com",
diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc
index ad291fc..3529244 100644
--- a/.config/tint2/tint2rc
+++ b/.config/tint2/tint2rc
@@ -114,7 +114,7 @@ task_text = 0
task_icon = 1
task_centered = 1
urgent_nb_of_blink = 100000
-task_maximum_size = 180 35
+task_maximum_size = 50 35
task_padding = 2 2 4
task_tooltip = 1
task_thumbnail = 0
@@ -152,7 +152,7 @@ launcher_icon_theme_override = 0
startup_notifications = 1
launcher_tooltip = 1
launcher_item_app = urxvt.desktop
-launcher_item_app = vivaldi-snapshot.desktop
+launcher_item_app = vivaldi.desktop
launcher_item_app = darktable.desktop
launcher_item_app = thunar.desktop
@@ -283,7 +283,7 @@ execp_icon_h = 0
#-------------------------------------
# Executor 4
execp = new
-execp_command = psuinfo -In -W1
+execp_command = psuinfo -In -W2
execp_interval = 600
execp_has_icon = 0
execp_cache_icon = 1