fix up a few things
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user