mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added fr locale and fixed compton
This commit is contained in:
parent
126533091b
commit
5857e118e8
@ -12,3 +12,13 @@
|
||||
marker: "### {mark} DOTFILES compton ###"
|
||||
content: |
|
||||
compton --backend glx --vsync opengl-swc -GCb --config ~/.compton &
|
||||
when: ansible_env.username != "vagrant"
|
||||
|
||||
- name: Init compton in .xprofile (Vagrant)
|
||||
blockinfile:
|
||||
path: ~/.xprofile
|
||||
create: True
|
||||
marker: "### {mark} DOTFILES compton ###"
|
||||
content: |
|
||||
compton -GCb --config ~/.compton &
|
||||
when: ansible_env.username == "vagrant"
|
||||
|
4
vagrant/archlinux/Vagrantfile
vendored
4
vagrant/archlinux/Vagrantfile
vendored
@ -24,6 +24,10 @@ Vagrant.configure("2") do |config|
|
||||
echo "/swapfile none swap defaults 0 0" >> /etc/fstab
|
||||
# TMP
|
||||
mount -o remount,size=1G /tmp
|
||||
# LOCALE
|
||||
echo "fr_FR.UTF-8 UTF-8" > /etc/locale.gen
|
||||
locale-gen
|
||||
echo 'LANG="fr_FR.UTF-8"' > /etc/locale.conf
|
||||
# UPGRADE
|
||||
pacman -Syu --noconfirm
|
||||
# DEPS
|
||||
|
Loading…
Reference in New Issue
Block a user