mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
bspwmrc: compton --> picom
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
p='compton sxhkd stalonetray lemonbar'
|
p='picom sxhkd stalonetray lemonbar'
|
||||||
for i in $p; do pkill "$i"; done
|
for i in $p; do pkill "$i"; done
|
||||||
|
|
||||||
sxhkd &
|
sxhkd &
|
||||||
@@ -41,7 +41,7 @@ feh --bg-fill ~/Pictures/Wallpapers/laughingman.jpg &
|
|||||||
stalonetray &
|
stalonetray &
|
||||||
|
|
||||||
# Compositor to prevent screen tearing
|
# Compositor to prevent screen tearing
|
||||||
compton --config ~/.config/compton.conf -b
|
picom --config ~/.config/compton.conf -b
|
||||||
|
|
||||||
# Switch to a lefty mouse if mouse detected
|
# Switch to a lefty mouse if mouse detected
|
||||||
if xinput list | grep -qi 'mouse'; then
|
if xinput list | grep -qi 'mouse'; then
|
||||||
|
@@ -72,10 +72,11 @@
|
|||||||
# fonts
|
# fonts
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
fira
|
fira
|
||||||
|
fira-code
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
fira-mono
|
fira-mono
|
||||||
font-awesome
|
font-awesome
|
||||||
helvetica-neue-lt-std
|
google-fonts
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user