.. | ||
bootstrap | ||
gnome_workspace_setup | ||
kurisu_cursors_snap.service | ||
kurisu_cursors_snap_daemon | ||
README.org |
scripts
gnome_workspace_setup
description
This scripts configures the workspaces under gnome to behave similar to how it is on dwm.
- It disables dynamic workspaces
- Sets the number of static workspaces to 9
- Binds switching workspaces to
<Super>+{1-9}
- Binds moving windows to workspaces to
<Super><Shift>+{1-9}
usage
./scripts/gnome_workspace_setup
arguments
This script does not accept any arguments
bootstrap
description
This script installs all dependencies that this configuration uses and sets up some common thigs. It is written for Ubuntu systems but may work on others if
apt
andsnap
are available.usage
./scripts/bootstrap
arguments
This script does not accept any arguments
kurisu_cursors_snap_daemon
description
This script monitors for new installations of snap packages and connects them with my custom cursor theme snap. I am unfortunately not allowed to share it per the terms of the artist of the cursor theme. If you have made your own cursor theme and want it to work with snaps, you can use this as the starting point. Other than that it probably serves no use to you.
usage
sudo cp ./scripts/kurisu_cursors_snap_daemon /usr/local/bin/ sudo cp ./scripts/kurisu_cursors_snap.service /etc/systemd/system/ sudo systemctl daemon-reload sudo systemctl enable --now kurisu_cursors_snap.service
arguments
This script does not accept any arguments