Minor updates to some dotfiles to correct opacity settings and converting all references of compton to picom.

This commit is contained in:
Derek Taylor
2020-05-13 12:36:34 -05:00
parent 6cb99b4cde
commit feaafa990c
11 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -290,8 +290,8 @@ colors:
#
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 1.0
# background_opacity: 0.95
# background_opacity: 1.0
background_opacity: 0.95
#selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
+1 -1
View File
@@ -895,6 +895,6 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- Autostart applications
awful.spawn.with_shell("nitrogen --restore")
awful.spawn.with_shell("compton --config $HOME/.config/compton/compton.conf")
awful.spawn.with_shell("picom --config $HOME/.config/picom/picom.conf")
awful.spawn.with_shell("nm-applet")
awful.spawn.with_shell("volumeicon")
+1 -1
View File
@@ -11,7 +11,7 @@
#### AUTOSTART ####
sxhkd &
compton &
picom &
nitrogen --restore &
./.config/bspwm/panel.sh &
+1 -1
View File
@@ -15,7 +15,7 @@ hc() {
hc emit_hook reload
xsetroot -solid '#5A8E3A'
compton -C ~/.config/compton/compton.conf &
picom &
nitrogen --restore &
# Uncomment the following lines to use xmobar as the panel
+1 -1
View File
@@ -1,4 +1,4 @@
tint2 &
compton &
picom &
nitrogen --restore &
rofi -show run &
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/bash
compton --config ~/.config/compton/compton.conf &
picom &
nitrogen --restore &
urxvtd -q -o -f &