Pop!_OS Workspace Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
gsettings set org.gnome.mutter dynamic-workspaces false | |
gsettings set org.gnome.desktop.wm.preferences num-workspaces 4 | |
gsettings set org.gnome.shell.keybindings switch-to-application-1 "[]" | |
gsettings set org.gnome.shell.keybindings switch-to-application-2 "[]" | |
gsettings set org.gnome.shell.keybindings switch-to-application-3 "[]" | |
gsettings set org.gnome.shell.keybindings switch-to-application-4 "[]" | |
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-1 "['<Super>1']" | |
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-2 "['<Super>2']" | |
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-3 "['<Super>3']" | |
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-4 "['<Super>4']" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment