Skip to content

Instantly share code, notes, and snippets.

@reznikmm
Created June 24, 2025 12:19
Show Gist options
  • Save reznikmm/97194bcdd231567211fbd5b0d38b988d to your computer and use it in GitHub Desktop.
Save reznikmm/97194bcdd231567211fbd5b0d38b988d to your computer and use it in GitHub Desktop.
My Ubuntu after install actions

Switch between workspace shortcuts:

for J in `seq 1 12`; do 
 gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-$J \[\'\<Super\>F$J\'\]
done

Use CapLock to switch keyboard layouts

dconf write /org/gnome/desktop/input-sources/xkb-options "['grp:caps_toggle']"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment