Skip to content

Commit

Permalink
feat: workspace shortcuts just
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Nov 25, 2023
1 parent 743b4c8 commit 8a81f9b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config/files/usr/share/ublue-os/just/60-custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,12 @@ setup-gext:
# forge
gext install 4481
# rounded window corners
gext install 5237
gext install 5237

workspace-shortcuts:
#!/usr/bin/env bash
for i in {1..9}; do
gsettings set org.gnome.shell.keybindings switch-to-application-$i '[]'
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-$i "['<Super>$i']"
gsettings set org.gnome.desktop.wm.keybindings move-to-workspace-$i "['<Shift><Super>$i']"
done

0 comments on commit 8a81f9b

Please sign in to comment.