add cinnamon version info
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
###########################
|
||||
## DESKTOP ENVIRONMENT ##
|
||||
###########################
|
||||
# Designed & tested on Cinnamon XX.x
|
||||
# Designed & tested on Cinnamon 6.4.8
|
||||
echo "## desktop environment" | tee todo.md -a
|
||||
|
||||
echo "desktop-env.sh not populated"
|
||||
|
||||
# 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']"
|
||||
|
||||
@@ -31,5 +29,3 @@ 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
|
||||
cat $FP | jq '.["show-events"].value = false' | tee $FP
|
||||
|
||||
# revert to previous version of cinnamon menus
|
||||
|
||||
|
||||
Reference in New Issue
Block a user