dotfiles/scripts
2025-06-25 00:26:07 +02:00
..
bootstrap cooking 2025-06-25 00:26:07 +02:00
gnome_workspace_setup scripts: fix gnome_workspace_setup 2025-05-29 07:13:15 +02:00
kurisu_cursors_snap.service scripts: kurisu cursors snap daemon 2025-06-15 18:57:07 +02:00
kurisu_cursors_snap_daemon emacs: improvements & cursor script improvement 2025-06-16 00:18:59 +02:00
README.org scripts: kurisu cursors snap daemon 2025-06-15 18:57:07 +02:00

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 and snap 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