From feaafa990cf4b5d3d7dcc4a7108e9f4ffa83616c Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 13 May 2020 12:36:34 -0500 Subject: [PATCH] Minor updates to some dotfiles to correct opacity settings and converting all references of compton to picom. --- .config/alacritty/alacritty.yml | 4 ++-- .config/awesome/rc.lua | 2 +- .config/bspwm/bspwmrc | 2 +- .config/herbstluftwm/autostart | 2 +- .config/openbox/autostart | 2 +- .config/qtile/autostart.sh | 2 +- .dmenu/dmenu-edit-configs.sh | 2 +- .dwm/autostart.sh | 2 +- .i3/config | 2 +- .spectrwm.conf | 2 +- .xmonad/xmonad.hs | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index acc85e3..2a2a3f3 100755 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -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" diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 9ff6d68..b6adbd3 100755 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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") diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index b223072..552857b 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -11,7 +11,7 @@ #### AUTOSTART #### sxhkd & -compton & +picom & nitrogen --restore & ./.config/bspwm/panel.sh & diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index d35a815..6e54d2a 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -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 diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 2710d5f..6b80323 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,4 +1,4 @@ tint2 & -compton & +picom & nitrogen --restore & rofi -show run & diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index acbe73c..22842e3 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -1,4 +1,4 @@ #! /bin/bash -compton --config ~/.config/compton/compton.conf & +picom & nitrogen --restore & urxvtd -q -o -f & diff --git a/.dmenu/dmenu-edit-configs.sh b/.dmenu/dmenu-edit-configs.sh index 21d2762..8efc9c9 100755 --- a/.dmenu/dmenu-edit-configs.sh +++ b/.dmenu/dmenu-edit-configs.sh @@ -148,4 +148,4 @@ case "$choice" in exit 1 ;; esac -st -e nvim "$choice" +alacritty -e nvim "$choice" diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh index afc4ed4..ed184ba 100755 --- a/.dwm/autostart.sh +++ b/.dwm/autostart.sh @@ -1,4 +1,4 @@ #! /bin/bash -compton & +picom & nitrogen --restore & dwmblocks & diff --git a/.i3/config b/.i3/config index 0747b5a..205ef13 100644 --- a/.i3/config +++ b/.i3/config @@ -310,7 +310,7 @@ bindsym $mod+9 exec --no-startup-id blurlock # Autostart applications 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 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 nm-applet exec --no-startup-id xfce4-power-manager diff --git a/.spectrwm.conf b/.spectrwm.conf index 061fd4f..3e1871a 100644 --- a/.spectrwm.conf +++ b/.spectrwm.conf @@ -69,7 +69,7 @@ urgent_enabled = 1 # autorun = ws[1]:xterm # autorun = ws[2]:xombrero http://www.openbsd.org autorun = ws[1]:nitrogen --restore -autorun = ws[1]:compton +autorun = ws[1]:picom # Customize workspace layout at start # layout = ws[1]:4:0:0:0:vertical diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index f5f8e07..166af83 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -113,7 +113,7 @@ main = do myStartupHook = do --spawnOnce "emacs --daemon &" spawnOnce "nitrogen --restore &" - spawnOnce "compton --config /home/dt/.config/compton/compton.conf &" + spawnOnce "picom &" 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 "/home/dt/.xmonad/xmonad.start" -- Sets our wallpaper