From 51e2fccd493a3b282de11a8733ec4df7f7db8506 Mon Sep 17 00:00:00 2001 From: eorn Date: Tue, 20 Sep 2022 09:37:20 +0200 Subject: [PATCH] update --- keyboard/.XCompose | 7 +++++++ startup/.xinitrc | 2 ++ startup/.xprofile | 4 +++- zsh/.zshrc | 14 +++++++++----- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/keyboard/.XCompose b/keyboard/.XCompose index c498fec..90c0ee5 100644 --- a/keyboard/.XCompose +++ b/keyboard/.XCompose @@ -6,6 +6,13 @@ # : "« " # : " »" +# Breton : k-barré Ꝃ + : "ꝃ" + : "Ꝃ" + +# June + <1> : "Ğ" + # Guillemets sans insécables # : "«" # : "»" diff --git a/startup/.xinitrc b/startup/.xinitrc index 7572223..0a72eaf 100644 --- a/startup/.xinitrc +++ b/startup/.xinitrc @@ -5,6 +5,8 @@ usermodmap=$HOME/.Xmodmap sysresources=/etc/X11/xinit/.Xresources sysmodmap=/etc/X11/xinit/.Xmodmap +export QT_QPA_PLATFORMTHEME="qt5ct" + # merge in defaults and keymaps if [ -f $sysresources ]; then diff --git a/startup/.xprofile b/startup/.xprofile index 8d0a9a5..e9efd5a 100644 --- a/startup/.xprofile +++ b/startup/.xprofile @@ -1,8 +1,10 @@ setxkbmap fr bepo -option compose:caps && xrdb ~/.Xresources & nextcloud & clipit & -element-desktop & +schildichat-desktop & firefox & discord & thunderbird-beta & redshift & +aw-qt & +nm-applet & diff --git a/zsh/.zshrc b/zsh/.zshrc index f7c87cd..0ea5663 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,5 +1,5 @@ # Created: Wed 12 Jul 2017 08:33:29 PM CEST -# Modified: Wed 24 Mar 2021 10:47:49 AM CET +# Modified: Tue 04 Jan 2022 12:24:32 PM CET #------------------------------ @@ -16,8 +16,8 @@ export BROWSER="firefox" export EDITOR="nvim" #export PAGER="vimpager" export TERM="xterm" -#export QT_QPA_PLATFORMTHEME="qt5ct" -export QT_QPA_PLATFORMTHEME="kde" +export QT_QPA_PLATFORMTHEME="qt5ct" +#export QT_QPA_PLATFORMTHEME="kde" export USE_CCACHE=1 export PIPENV_VENV_IN_PROJECT="true" @@ -112,8 +112,12 @@ source ~/.oh-my-zshrc # Python #----------------------------- export WORKON_HOME=$HOME/.virtualenvs -export PROJECT_HOME=$HOME/Documents/Programmation -#source $HOME/.local/bin/virtualenvwrapper.sh +export PROJECT_HOME=$HOME/dev +source $HOME/.local/bin/virtualenvwrapper.sh +export NVM_DIR="$HOME/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm +[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion + # vim: set ts=2 sw=2 et: