Compare commits

...

3 Commits

Author SHA1 Message Date
d17a5d9421 fix(bspwm): config 2025-01-11 18:37:01 +04:00
7de93a72ee fix(install): add zathura and betterlockscreen 2025-01-11 18:30:59 +04:00
a4100d24ba feat(paste block): add xmousepasteblock to autostart 2025-01-10 23:55:41 +04:00
2 changed files with 3 additions and 4 deletions

View File

@@ -24,9 +24,10 @@ bspc config normal_border_color "#8393A1"
bspc config focused_border_color "#93D4C5"
picom &
feh --bg-fill ~/.bg/bg_5.png ~/.bg/bg_5.jpg &
feh --bg-fill ~/.bg/bg_5.png ~/.bg/bg_5.png &
pipewire -v 2>/home/doryan/.config/bspwm/log&
dunst &
xmousepasteblock &
xsetroot -cursor_name left_ptr &
pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x polybar > /dev/null || polybar 2>/home/doryan/.config/bspwm/log&

View File

@@ -1,8 +1,6 @@
#!/bin/bash
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst" "mimeapps.list" "starship.toml")
betterlockscreen -u ~/.bg/bg_3.jpg
configs=("betterlockscreen" "bspwm" "btop" "picom" "polybar" "zathura" "rofi" "yazi" "sxhkd" "dunst" "mimeapps.list" "starship.toml")rlockscreen -u ~/.bg/bg_5.jpg
for config in ${configs[@]}; do
cp -vr ./$config ~/.config/