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

View File

@ -290,8 +290,8 @@ colors:
# #
# Window opacity as a floating point number from `0.0` to `1.0`. # 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. # The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 1.0 # background_opacity: 1.0
# background_opacity: 0.95 background_opacity: 0.95
#selection: #selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"

View File

@ -895,6 +895,6 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- Autostart applications -- Autostart applications
awful.spawn.with_shell("nitrogen --restore") 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("nm-applet")
awful.spawn.with_shell("volumeicon") awful.spawn.with_shell("volumeicon")

View File

@ -11,7 +11,7 @@
#### AUTOSTART #### #### AUTOSTART ####
sxhkd & sxhkd &
compton & picom &
nitrogen --restore & nitrogen --restore &
./.config/bspwm/panel.sh & ./.config/bspwm/panel.sh &

View File

@ -15,7 +15,7 @@ hc() {
hc emit_hook reload hc emit_hook reload
xsetroot -solid '#5A8E3A' xsetroot -solid '#5A8E3A'
compton -C ~/.config/compton/compton.conf & picom &
nitrogen --restore & nitrogen --restore &
# Uncomment the following lines to use xmobar as the panel # Uncomment the following lines to use xmobar as the panel

View File

@ -1,4 +1,4 @@
tint2 & tint2 &
compton & picom &
nitrogen --restore & nitrogen --restore &
rofi -show run & rofi -show run &

View File

@ -1,4 +1,4 @@
#! /bin/bash #! /bin/bash
compton --config ~/.config/compton/compton.conf & picom &
nitrogen --restore & nitrogen --restore &
urxvtd -q -o -f & urxvtd -q -o -f &

View File

@ -148,4 +148,4 @@ case "$choice" in
exit 1 exit 1
;; ;;
esac esac
st -e nvim "$choice" alacritty -e nvim "$choice"

View File

@ -1,4 +1,4 @@
#! /bin/bash #! /bin/bash
compton & picom &
nitrogen --restore & nitrogen --restore &
dwmblocks & dwmblocks &

View File

@ -310,7 +310,7 @@ bindsym $mod+9 exec --no-startup-id blurlock
# Autostart applications # Autostart applications
exec_always --no-startup-id $HOME/.config/polybar/launch.sh exec_always --no-startup-id $HOME/.config/polybar/launch.sh
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id nitrogen --restore; sleep 1; compton -b --config /home/dt/.config/compton/compton.conf exec --no-startup-id nitrogen --restore; sleep 1; picom --config /home/dt/.config/picom/picom.conf
exec --no-startup-id numlockx off exec --no-startup-id numlockx off
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id xfce4-power-manager exec --no-startup-id xfce4-power-manager

View File

@ -69,7 +69,7 @@ urgent_enabled = 1
# autorun = ws[1]:xterm # autorun = ws[1]:xterm
# autorun = ws[2]:xombrero http://www.openbsd.org # autorun = ws[2]:xombrero http://www.openbsd.org
autorun = ws[1]:nitrogen --restore autorun = ws[1]:nitrogen --restore
autorun = ws[1]:compton autorun = ws[1]:picom
# Customize workspace layout at start # Customize workspace layout at start
# layout = ws[1]:4:0:0:0:vertical # layout = ws[1]:4:0:0:0:vertical

View File

@ -113,7 +113,7 @@ main = do
myStartupHook = do myStartupHook = do
--spawnOnce "emacs --daemon &" --spawnOnce "emacs --daemon &"
spawnOnce "nitrogen --restore &" spawnOnce "nitrogen --restore &"
spawnOnce "compton --config /home/dt/.config/compton/compton.conf &" spawnOnce "picom &"
setWMName "LG3D" setWMName "LG3D"
--spawnOnce "exec /usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 15 --transparent true --alpha 0 --tint 0x292d3e --height 19 &" --spawnOnce "exec /usr/bin/trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 15 --transparent true --alpha 0 --tint 0x292d3e --height 19 &"
--spawnOnce "/home/dt/.xmonad/xmonad.start" -- Sets our wallpaper --spawnOnce "/home/dt/.xmonad/xmonad.start" -- Sets our wallpaper