Skip to content

Commit

Permalink
add nimf-git to arch-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 19, 2024
1 parent 8a18f6d commit 3839e85
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
5 changes: 3 additions & 2 deletions dot_config/bspwm/executable_bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ bspc config pointer_modifier mod1
bspc rule -a '*:pavucontrol' state=floating follow=on focus=on
bspc rule -a '*:flameshot' state=floating follow=on focus=on

nitrogen --restore &
flameshot &
(pgrep -x picom > /dev/null && pkill -9 -f picom);
(picom --config ~/.config/bspwm/picom.conf &)
(pgrep -x sxhkd > /dev/null && pkill -9 -f sxhkd);
Expand All @@ -30,3 +28,6 @@ flameshot &
(trayer -l --margin 0 --padding 10 --align right --edge top --height 29 --distance 0,0 --distancefrom right,top --transparent true --alpha 0 --tint '#000000' &)


nitrogen --restore &
flameshot &
1password &
2 changes: 1 addition & 1 deletion dot_config/bspwm/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alt + space
rofi -show drun

# make sxhkd reload its configuration files:
alt + super + r
alt + ctrl + super + r
bspc wm -r


Expand Down
6 changes: 0 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@ elif [ "$machine" == "Linux" ]; then

yay -S --needed --noconfirm - < ~/.local/share/chezmoi/setup/arch-packages.txt

#################################################################
# #
# INSTALL NIMF #
# - https://github.com/hamonikr/nimf #
# #
#################################################################
else
error "Cannot determine operating system."
fi
Expand Down
1 change: 1 addition & 0 deletions setup/arch-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rofi
xorg
xorg-server
xorg-xinit
nimf-git

base-devel
pyenv
Expand Down

0 comments on commit 3839e85

Please sign in to comment.