summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2022-11-29 16:31:31 -0600
committerlxf <sng@luxagraf.net>2022-11-29 16:31:31 -0600
commitf181bfe1db0bee1b30f1a33c733336807feed28e (patch)
tree17243104ad69a61df38dadf15ecc95f18a69a786
parente777bb54bb71f8d19900703d94e775cac6f7efe1 (diff)
brought openbox setup up to date with sway setup
-rw-r--r--.Xresources6
-rw-r--r--.aliases2
-rw-r--r--.config/mpd/mpd.conf4
-rw-r--r--.config/openbox/autostart7
-rw-r--r--.config/openbox/rc.xml20
-rw-r--r--.config/ranger/bookmarks2
-rw-r--r--.config/tint2/tint2rc101
-rw-r--r--.darktablerc2
-rw-r--r--.tmux.conf2
-rw-r--r--.tmux/write-wire2
-rw-r--r--.vim/.netrwhist3
11 files changed, 97 insertions, 54 deletions
diff --git a/.Xresources b/.Xresources
index 4ddf0d3..6278dc3 100644
--- a/.Xresources
+++ b/.Xresources
@@ -1,4 +1,4 @@
-Xft.dpi: 192
+!Xft.dpi: 192
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
@@ -11,8 +11,8 @@ xft.rgba: rgb
URxvt*buffered: true
URxvt*cursorBlink: true
URxvt*underlineColor: #808080
-URxvt.boldFont: xft:hack:bold:size=13
-URxvt*font: xft:hack:medium:size=13
+URxvt.boldFont: xft:hack:bold:size=12
+URxvt*font: xft:hack:medium:size=12
URxvt.letterSpace: -1
URxvt*depth: 32
!URxvt*background: rgba:0000/0000/0200/c800
diff --git a/.aliases b/.aliases
index 3e4f924..b8b6956 100644
--- a/.aliases
+++ b/.aliases
@@ -9,7 +9,7 @@ alias v="vim "
#alias v="vim "
alias dmenu="dmenu_run "
#alias thunar="pcmanfm-qt"
-alias mpv="mpv --hwdec=vaapi -v "
+#alias mpv="mpv --hwdec=vaapi -v "
alias python="python3"
# I like feedback
alias cp='cp -v'
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index 1081004..7bb2ed4 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -4,7 +4,3 @@ playlist_directory "/home/lxf/music/playlists"
log_file "/home/lxf/.mpd/mpd.log"
pid_file "/home/lxf/.mpd/mpd.pid"
state_file "/home/lxf/.mpd/mpdstate"
-audio_output {
- type "alsa"
- name "My alsa Device"
-}
diff --git a/.config/openbox/autostart b/.config/openbox/autostart
index 6ee039e..1567dbb 100644
--- a/.config/openbox/autostart
+++ b/.config/openbox/autostart
@@ -1,13 +1,14 @@
xcompmgr -c &
tint2 &
-thunar &
redshift -l 34.3065:-82.66374 &
nm-applet &
clipmenud &
nextcloud &
+urxvt &
+mpd &
xset r rate 251 25 &
xset -b
xcape -e 'Control_L=Escape'
-xinput --set-prop "DELL07E6:00 06CB:76AF Touchpad" "libinput Click Method Enabled" 0 1
-xinput set-prop 14 "libinput Natural Scrolling Enabled" 1
+xinput --set-prop "PNP0C50:00 06CB:CDB0 Touchpad" "libinput Click Method Enabled" 0 1
+xinput set-prop 13 "libinput Natural Scrolling Enabled" 1
feh --bg-fill ~/pictures/desktops/boat2.jpg
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index af5594e..70f1e35 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>5</number>
+ <number>4</number>
<firstdesk>1</firstdesk>
<names>
<name>1</name>
@@ -191,7 +191,7 @@
<keybind key="A-J">
<action name="GoToDesktop">
<to>left</to>
- <wrap>no</wrap>
+ <wrap>yes</wrap>
</action>
</keybind>
<keybind key="A-K">
@@ -312,12 +312,12 @@
</keybind>
<keybind key="Print">
<action name="Execute">
- <command>scrot ~/pictures/screenshots/%Y-%m-%d-%H-%M-%S.png</command>
+ <command>scrot ~/pictures/screenshots/scrn-%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/scrn-%Y-%m-%d-%H-%M-%S.png</command>
</action>
</keybind>
<keybind key="XF86AudioMute">
@@ -327,12 +327,12 @@
</keybind>
<keybind key="XF86MonBrightnessDown">
<action name="Execute">
- <command>brightnessctl set 100-</command>
+ <command>brightnessctl set 10-</command>
</action>
</keybind>
<keybind key="XF86MonBrightnessUp">
<action name="Execute">
- <command>brightnessctl set 100+</command>
+ <command>brightnessctl set 10+</command>
</action>
</keybind>
<!-- Keybindings for window switching -->
@@ -659,13 +659,13 @@
</mousebind>
</context>
<context name="Desktop">
- <mousebind button="Up" action="Click">
- <action name="GoToDesktop">
+ <mousebind button="Up" action="">
+ <action name="">
<to>previous</to>
</action>
</mousebind>
- <mousebind button="Down" action="Click">
- <action name="GoToDesktop">
+ <mousebind button="Down" action="">
+ <action name="">
<to>next</to>
</action>
</mousebind>
diff --git a/.config/ranger/bookmarks b/.config/ranger/bookmarks
index 21d5de2..c568179 100644
--- a/.config/ranger/bookmarks
+++ b/.config/ranger/bookmarks
@@ -9,4 +9,4 @@ s:/home/lxf/sites/luxagraf.net
c:/home/lxf/pictures/nextcloud-ccg-phone
t:/home/lxf/temp
p:/home/lxf/temp/wired
-':/home/lxf/.dotfiles
+':/home/lxf/temp
diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc
index 3529244..4ac869e 100644
--- a/.config/tint2/tint2rc
+++ b/.config/tint2/tint2rc
@@ -62,9 +62,9 @@ border_color_pressed = #000000 100
#-------------------------------------
# Panel
-scale_relative_to_dpi = 2
-panel_items = P:L:TEEEESBC
-panel_size = 100% 44
+scale_relative_to_dpi = 1
+panel_items = P:L:TEEEEEESBC
+panel_size = 100% 20
panel_margin = 0 0
panel_padding = 2 0 2
panel_background_id = 1
@@ -102,7 +102,7 @@ taskbar_name_padding = 4 2
taskbar_name_background_id = 0
taskbar_name_active_background_id = 0
taskbar_name_font_color = #e3e3e3 100
-taskbar_name_font = Roboto 20
+taskbar_name_font = Roboto 10
taskbar_name_active_font_color = #ffffff 100
taskbar_distribute_size = 0
taskbar_sort_order = none
@@ -124,16 +124,16 @@ task_background_id = 2
task_active_background_id = 3
task_urgent_background_id = 4
task_iconified_background_id = 2
-task_font = Roboto 18
-mouse_left = toggle_iconify
+task_font = Roboto 9
+mouse_left = none
mouse_middle = none
-mouse_right = close
-mouse_scroll_up = toggle
-mouse_scroll_down = iconify
+mouse_right = none
+mouse_scroll_up = none
+mouse_scroll_down = none
#-------------------------------------
# System tray (notification area)
-systray_padding = 0 4 2
+systray_padding = 10 4 2
systray_background_id = 0
systray_sort = ascending
systray_icon_size = 40
@@ -143,7 +143,7 @@ systray_monitor = 1
#-------------------------------------
# Launcher
launcher_padding = 8 0 12
-launcher_font = Roboto 24
+launcher_font = Roboto 14
launcher_background_id = 0
launcher_icon_background_id = 0
launcher_icon_size = 36
@@ -161,7 +161,7 @@ launcher_item_app = thunar.desktop
time1_format = %a %b %d %l:%M
#time2_format = %A %d %B
time1_timezone =
-time1_font = Roboto 24
+time1_font = Roboto 12
time2_timezone =
clock_font_color = #ffffff 100
clock_padding = 2 0
@@ -177,14 +177,14 @@ clock_dwheel_command =
# Battery
battery = 0
battery_tooltip = 1
-bat1_font = Roboto 22
-bat2_font = Roboto 22
+bat1_font = Roboto 10
+bat2_font = Roboto 10
bat1_format = %s %p - %t
battery_low_status = 10
battery_low_cmd = xmessage 'tint2: Battery low!'
battery_full_cmd =
battery_font_color = #ffffff 100
-battery_padding = 40 0
+battery_padding = 10 0
battery_background_id = 0
battery_hide = 101
@@ -201,7 +201,7 @@ button = new
button_icon = ~/bin/launcher.png
#button_text = Menu
button_tooltip =
-button_font = Roboto Regular 18
+button_font = Roboto Regular 9
button_font_color = #888888 100
button_background_id = 0
button_centered = 0
@@ -225,7 +225,7 @@ execp_markup = 1
execp_tooltip =
execp_lclick_command = mpc toggle
execp_rclick_command = mpc next
-execp_font = Roboto Regular 20
+execp_font = Roboto Regular 10
execp_font_color = #ffffff 100
execp_padding = 8 0
execp_background_id = 2
@@ -243,22 +243,22 @@ execp_cache_icon = 1
execp_continuous = 0
execp_markup = 1
execp_tooltip = Current weather --> leftclick for 7days weather forecast
-execp_lclick_command = xdg-open https://openweathermap.org/city/4583127
+execp_lclick_command = xdg-open https://openweathermap.org/city/4692883
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
-execp_font = Roboto 22
+execp_font = Roboto 10
execp_font_color = #ffffff 100
-execp_padding = 20 0
+execp_padding = 10 0
execp_background_id = 0
execp_centered = 0
-execp_icon_w = 48
-execp_icon_h = 48
+execp_icon_w = 24
+execp_icon_h = 24
#-------------------------------------
-# Executor 3
+# RAM
execp = new
execp_command = psuinfo -IM
execp_interval = 120
@@ -272,16 +272,16 @@ execp_rclick_command =
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
-execp_font = Roboto 22
+execp_font = Roboto 10
execp_font_color = #ffffff 100
-execp_padding = 20 0
+execp_padding = 5 0
execp_background_id = 0
execp_centered = 0
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
-# Executor 4
+# Storage drive status
execp = new
execp_command = psuinfo -In -W2
execp_interval = 600
@@ -295,9 +295,54 @@ execp_rclick_command =
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
-execp_font = Roboto 22
+execp_font = Roboto 10
execp_font_color = #ffffff 100
-execp_padding = 10 0
+execp_padding = 4 0
+execp_background_id = 0
+execp_centered = 0
+execp_icon_w = 0
+execp_icon_h = 0
+#-------------------------------------
+# Home partition status
+execp = new
+execp_command = psuinfo -In -W1
+execp_interval = 600
+execp_has_icon = 0
+execp_cache_icon = 1
+execp_continuous = 1
+execp_markup = 1
+execp_tooltip =
+execp_lclick_command =
+execp_rclick_command =
+execp_mclick_command =
+execp_uwheel_command =
+execp_dwheel_command =
+execp_font = Roboto 10
+execp_font_color = #ffffff 100
+execp_padding = 4 0
+execp_background_id = 0
+execp_centered = 0
+execp_icon_w = 0
+execp_icon_h = 0
+
+#-------------------------------------
+# System partition status
+execp = new
+execp_command = psuinfo -In -W0
+execp_interval = 600
+execp_has_icon = 0
+execp_cache_icon = 1
+execp_continuous = 1
+execp_markup = 1
+execp_tooltip =
+execp_lclick_command =
+execp_rclick_command =
+execp_mclick_command =
+execp_uwheel_command =
+execp_dwheel_command =
+execp_font = Roboto 10
+execp_font_color = #ffffff 100
+execp_padding = 4 0 10 0
execp_background_id = 0
execp_centered = 0
execp_icon_w = 0
diff --git a/.darktablerc b/.darktablerc
index 1d9068d..b88dd71 100644
--- a/.darktablerc
+++ b/.darktablerc
@@ -83,7 +83,7 @@ opencl_synch_cache=active module
opencl_use_cpu_devices=false
opencl_use_pinned_memory=false
panel_scrollbars_always_visible=TRUE
-panel_width=550
+panel_width=350
performance_configuration_version_completed=1
pixelpipe_synchronization_timeout=200
plugins/collection/descending=FALSE
diff --git a/.tmux.conf b/.tmux.conf
index 24e0947..0edffb9 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -56,7 +56,7 @@ bind C-x source-file ~/.tmux/write-lux
bind C-w source-file ~/.tmux/write-wire
bind C-d source-file ~/.tmux/dev
-set -g status-left-length 52
+#set -g status-left-length 52
set -g status-right-length 451
set -g status-fg white
set -g status-bg colour234
diff --git a/.tmux/write-wire b/.tmux/write-wire
index e2c5cb9..47d31b6 100644
--- a/.tmux/write-wire
+++ b/.tmux/write-wire
@@ -3,4 +3,4 @@ rename-window "wir"
splitw -h -p 22
selectp -t 1 # select the original pane
splitw -h -p 69
-send "cd ~/work/wired/ && v wired.txt" enter #open vim
+send "cd ~/work/ && v wired.txt" enter #open vim
diff --git a/.vim/.netrwhist b/.vim/.netrwhist
index c1508ba..52155a1 100644
--- a/.vim/.netrwhist
+++ b/.vim/.netrwhist
@@ -1,5 +1,6 @@
let g:netrw_dirhistmax =10
-let g:netrw_dirhistcnt =3
+let g:netrw_dirhistcnt =4
+let g:netrw_dirhist_4='/home/lxf'
let g:netrw_dirhist_3='/home/lxf/.dotfiles/.config/ranger'
let g:netrw_dirhist_2='/home/lxf/.config/ranger'
let g:netrw_dirhist_1='/home/lxf/.dotfiles/.config/qutebrowser'