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
|
||||
|
||||
p='compton sxhkd stalonetray lemonbar'
|
||||
p='picom sxhkd stalonetray lemonbar'
|
||||
for i in $p; do pkill "$i"; done
|
||||
|
||||
sxhkd &
|
||||
@@ -41,7 +41,7 @@ feh --bg-fill ~/Pictures/Wallpapers/laughingman.jpg &
|
||||
stalonetray &
|
||||
|
||||
# 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
|
||||
if xinput list | grep -qi 'mouse'; then
|
||||
|
@@ -72,10 +72,11 @@
|
||||
# fonts
|
||||
dejavu_fonts
|
||||
fira
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
fira-mono
|
||||
font-awesome
|
||||
helvetica-neue-lt-std
|
||||
google-fonts
|
||||
];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user