fix a few formatting things
This commit is contained in:
@@ -19,11 +19,12 @@ gsettings set org.cinnamon.gestures swipe-right-3 "WORKSPACE_PREVIOUS::start" #
|
|||||||
gsettings set org.cinnamon.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
|
||||||
|
echo "* hide annoying super menu icons" | tee todo.md -a
|
||||||
|
|
||||||
# startup programs - artha
|
# startup programs - artha
|
||||||
mkdir -p $HOME/.config/autostart
|
mkdir -p "$HOME/.config/autostart"
|
||||||
cp ./utils/artha-autostart.desktop $HOME/.config/autostart/artha.desktop
|
cp ./utils/artha-autostart.desktop "$HOME/.config/autostart/artha.desktop"
|
||||||
chmod 755 $HOME/.config/autostart/artha.desktop
|
chmod 755 "$HOME/.config/autostart/artha.desktop"
|
||||||
|
|
||||||
# disable calendar widget showing events too
|
# disable calendar widget showing events too
|
||||||
# 13.json corresponds to the numerical (zero-indexed) position in the
|
# 13.json corresponds to the numerical (zero-indexed) position in the
|
||||||
|
|||||||
Reference in New Issue
Block a user