mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
Fix several issues related to fresh install
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
p='picom sxhkd polybar'
|
||||
p='picom sxhkd polybar dunst'
|
||||
for i in $p; do pkill "$i"; done
|
||||
|
||||
sxhkd &
|
||||
dunst &
|
||||
|
||||
monitors=$(xrandr | grep -swc 'connected')
|
||||
|
||||
|
Reference in New Issue
Block a user