mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-30 00:04:59 +01:00
Fix default cursor
This commit is contained in:
parent
9b8b897efb
commit
38b6afe311
|
@ -18,6 +18,9 @@ nm-applet &
|
||||||
volumeicon &
|
volumeicon &
|
||||||
polybar main &
|
polybar main &
|
||||||
|
|
||||||
|
# Ensure we have the correct cursor
|
||||||
|
xsetroot -cursor_name left_ptr
|
||||||
|
|
||||||
|
|
||||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||||
|
|
||||||
|
|
2
setup
2
setup
|
@ -18,7 +18,7 @@ else
|
||||||
sudo pacman -Syyu
|
sudo pacman -Syyu
|
||||||
echo "Installing tools/utils"
|
echo "Installing tools/utils"
|
||||||
sudo pacman -S ripgrep fd neovim make stow tmux
|
sudo pacman -S ripgrep fd neovim make stow tmux
|
||||||
sudo pacman -S ripgrep fd neovim make stow tmux dmenu arandr autorandr volumeicon picom nitrogen network-manager-applet lxsession thunar lxappearance-gtk3 power-profiles-daemon thermald acpi arc-icon-theme playerctl bspwm sxhkd polybar
|
sudo pacman -S ripgrep fd neovim make stow tmux dmenu arandr autorandr volumeicon picom nitrogen network-manager-applet lxsession thunar lxappearance-gtk3 power-profiles-daemon thermald acpi arc-icon-theme playerctl bspwm sxhkd polybar xorg-xsetroot
|
||||||
sudo systemctl enable --now power-profiles-daemon
|
sudo systemctl enable --now power-profiles-daemon
|
||||||
sudo thermald --systemd
|
sudo thermald --systemd
|
||||||
sudo power-profiles-daemon set performance
|
sudo power-profiles-daemon set performance
|
||||||
|
|
Loading…
Reference in a new issue