fix up a few things

This commit is contained in:
2026-07-20 21:27:18 -05:00
parent 7347b64eba
commit 32a8c1260a
5 changed files with 31 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
## DESKTOP ENVIRONMENT ##
###########################
# Designed & tested on Cinnamon 6.4.8
echo "## desktop environment" | tee todo.md -a
echo "## desktop environment" | tee -a todo.md
# remap caps-lock to escape (more efficient neovim)
gsettings set org.gnome.libgnomekbd.keyboard options "['grp\tgrp:win_space_toggle', 'terminate\tterminate:ctrl_alt_bksp', 'caps\tcaps:escape']"
@@ -19,7 +19,7 @@ gsettings set org.cinnamon.gestures swipe-right-3 "WORKSPACE_PREVIOUS::start" #
gsettings set org.cinnamon.desktop.wm.preferences mouse-button-modifier "'<Super>'"
# hide annoying super menu icons
echo "* hide annoying super menu icons" | tee todo.md -a
echo "* hide annoying super menu icons" | tee -a todo.md
# startup programs - artha
mkdir -p "$HOME/.config/autostart"