Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
2Shirt 2021-07-24 19:29:47 -06:00
commit a46557020b
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
5 changed files with 14 additions and 12 deletions

View file

@ -52,6 +52,7 @@ p7zip
perl
pipes.sh
progsreiserfs
pv
python
python-docopt
python-gnuplot

View file

@ -25,6 +25,7 @@ p7zip
pango
perl-rename
progsreiserfs
pv
refind
rsync
startup-notification

View file

@ -4,7 +4,7 @@ env:
font:
normal:
family: Hack
size: 8.0
size: 9.0
colors:
primary:

View file

@ -304,7 +304,7 @@
</keybind>
<keybind key="C-A-d">
<action name="Execute">
<command>alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags"</command>
<command>alacritty --title "Hardware Diagnostics" -e resize-and-run hw-diags</command>
</action>
</keybind>
<keybind key="C-A-f">
@ -319,7 +319,7 @@
</keybind>
<keybind key="C-A-m">
<action name="Execute">
<command>alacritty --title "Mount all Volumes" -e "resize-and-run mount-all-volumes gui"</command>
<command>alacritty --title "Mount all Volumes" -e resize-and-run mount-all-volumes gui</command>
</action>
</keybind>
<keybind key="C-A-r">
@ -329,17 +329,17 @@
</keybind>
<keybind key="C-A-s">
<action name="Execute">
<command>alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags --quick"</command>
<command>alacritty --title "Hardware Diagnostics" -e resize-and-run hw-diags --quick</command>
</action>
</keybind>
<keybind key="C-A-t">
<action name="Execute">
<command>alacritty -e "resize-and-run /bin/zsh"</command>
<command>alacritty -e resize-and-run /bin/zsh</command>
</action>
</keybind>
<keybind key="C-A-v">
<action name="Execute">
<command>alacritty --title "Hardware Sensors" -e "resize-and-run hw-sensors"</command>
<command>alacritty --title "Hardware Sensors" -e resize-and-run hw-sensors</command>
</action>
</keybind>
<keybind key="C-A-w">
@ -359,7 +359,7 @@
</keybind>
<keybind key="W-d">
<action name="Execute">
<command>alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags"</command>
<command>alacritty --title "Hardware Diagnostics" -e resize-and-run hw-diags</command>
</action>
</keybind>
<keybind key="W-f">
@ -374,7 +374,7 @@
</keybind>
<keybind key="W-m">
<action name="Execute">
<command>alacritty --title "Mount all Volumes" -e "resize-and-run mount-all-volumes gui"</command>
<command>alacritty --title "Mount all Volumes" -e resize-and-run mount-all-volumes gui</command>
</action>
</keybind>
<keybind key="W-r">
@ -384,17 +384,17 @@
</keybind>
<keybind key="W-s">
<action name="Execute">
<command>alacritty --title "Hardware Diagnostics" -e "resize-and-run hw-diags --quick"</command>
<command>alacritty --title "Hardware Diagnostics" -e resize-and-run hw-diags --quick</command>
</action>
</keybind>
<keybind key="W-t">
<action name="Execute">
<command>alacritty -e "resize-and-run /bin/zsh"</command>
<command>alacritty -e resize-and-run /bin/zsh</command>
</action>
</keybind>
<keybind key="W-v">
<action name="Execute">
<command>alacritty --title "Hardware Sensors" -e "resize-and-run hw-sensors"</command>
<command>alacritty --title "Hardware Sensors" -e resize-and-run hw-sensors</command>
</action>
</keybind>
<keybind key="W-w">

View file

@ -17,7 +17,7 @@
# My Stuff
opacity-rule = [
"95:class_g = 'termite' && !_NET_WM_STATE@:32a",
"90:class_g = 'Alacritty' && !_NET_WM_STATE@:32a",
"0:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[1]:32a *= '_NET_WM_STATE_HIDDEN'",
"0:_NET_WM_STATE@[2]:32a *= '_NET_WM_STATE_HIDDEN'",