mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +10:00
Minor updates to some dotfiles to correct opacity settings and converting all references of compton to picom.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#### AUTOSTART ####
|
||||
sxhkd &
|
||||
compton &
|
||||
picom &
|
||||
nitrogen --restore &
|
||||
./.config/bspwm/panel.sh &
|
||||
|
||||
|
||||
@@ -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,4 +1,4 @@
|
||||
tint2 &
|
||||
compton &
|
||||
picom &
|
||||
nitrogen --restore &
|
||||
rofi -show run &
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
compton --config ~/.config/compton/compton.conf &
|
||||
picom &
|
||||
nitrogen --restore &
|
||||
urxvtd -q -o -f &
|
||||
|
||||
Reference in New Issue
Block a user