Compare commits
No commits in common. "1fbea7456eeaf5a6e807bd22a7a12ed8ea870ecd" and "cb9b6b9b9deb9097b1a2ef8610c7d1de66172563" have entirely different histories.
1fbea7456e
...
cb9b6b9b9d
|
@ -124,8 +124,7 @@ if has_tags pm:pacman; then
|
|||
ttf-nerd-fonts-symbols-common \
|
||||
ttf-nerd-fonts-symbols-mono \
|
||||
ttf-fira-code \
|
||||
ttf-segoe-ui-variable \
|
||||
yakuake
|
||||
ttf-segoe-ui-variable
|
||||
fi
|
||||
|
||||
# pip
|
||||
|
@ -159,11 +158,6 @@ if has_tags pm:apt; then
|
|||
git \
|
||||
gnupg2
|
||||
add_tag pm:pip3
|
||||
|
||||
if has_tags desktop; then
|
||||
apt_install \
|
||||
yakuake
|
||||
fi
|
||||
fi
|
||||
|
||||
# Python3
|
||||
|
@ -227,15 +221,15 @@ for bin in kdiff3 meld p4merge vimdiff; do
|
|||
fi
|
||||
done
|
||||
|
||||
# change default terminal to yakuake
|
||||
# change default terminal to urxvt
|
||||
|
||||
if has_tags desktop; then
|
||||
if has_tags os_like:debian; then
|
||||
sudo update-alternatives --config yakuake
|
||||
sudo update-alternatives --config urxvt
|
||||
fi
|
||||
for de in gnome cinnamon; do
|
||||
gsettings set org.${de}.desktop.default-applications.terminal exec /usr/bin/yakuake
|
||||
gsettings set org.${de}.desktop.default-applications.terminal exec-arg ""
|
||||
gsettings set org.${de}.desktop.default-applications.terminal exec /usr/bin/urxvt
|
||||
gsettings set org.${de}.desktop.default-applications.terminal exec-arg "-x"
|
||||
done
|
||||
gsettings set org.cinnamon.desktop.interface font-name 'Sans 9'
|
||||
gsettings set org.cinnamon.desktop.screensaver font-date 'Sans 24'
|
||||
|
|
Loading…
Reference in New Issue