This commit is contained in:
2026-07-12 09:22:33 -05:00
parent 5c059d148b
commit 18ace74706

View File

@@ -16,7 +16,7 @@ gsettings set org.cinnamon.desktop.peripherals.touchpad natural-scroll "false"
echo "* enable touchpad gestures" | tee todo.md -a echo "* enable touchpad gestures" | tee todo.md -a
# replace holding <Alt> to move windows with <Super> # replace holding <Alt> to move windows with <Super>
gsettings set org.cinnmon.desktop.wm.preferences mouse-button-modifier "'<Super>'" gsettings set org.cinnamon.desktop.wm.preferences mouse-button-modifier "'<Super>'"
# hide annoying super menu icons # hide annoying super menu icons
@@ -31,3 +31,5 @@ chmod 755 $HOME/.config/autostart/artha.desktop
FP="$HOME/.config/cinnamon/spices/calendar@cinnamon.org/13.json" # why is this 13? doesn't seem very robust FP="$HOME/.config/cinnamon/spices/calendar@cinnamon.org/13.json" # why is this 13? doesn't seem very robust
cat $FP | jq '.["show-events"].value = false' | tee $FP cat $FP | jq '.["show-events"].value = false' | tee $FP
# revert to previous version of cinnamon menus