Compare commits

...

9 Commits

7 changed files with 14 additions and 6 deletions

View File

@ -2,3 +2,8 @@
MOZ_ENABLE_WAYLAND=1
# Modifie le comportement JAVA pour PHPStorm
_JAVA_AWT_WM_NONREPARENTING=1
# Demandé par les applications QT (notamment Slack)
QT_QPA_PLATFORM=wayland
# Pour les applications utilisant Electron
# Cf. https://www.electronjs.org/docs/latest/api/environment-variables
ELECTRON_OZONE_PLATFORM_HINT=wayland

View File

@ -1,3 +1,3 @@
# Change background
output * bg /home/od/.config/sway/abstract-blue-background-1920x1200.jpg fill
output * bg /home/od/.config/i3/abstract-blue-background-1920x1200.jpg fill

View File

@ -14,3 +14,6 @@ titlebar_padding 0
# Enlever le titre aux fenêtres
default_border none
default_floating_border none
# Écran HiDPI
output eDP-1 scale 1.6

View File

@ -23,7 +23,7 @@
"format": "<span style=\"italic\">{}</span>"
},
"tray": {
// "icon-size": 21,
"icon-size": 21,
"spacing": 10
},
"clock": {

View File

@ -15,7 +15,7 @@ for term in kitty termite qterminal urxvt rxvt-unicode sakura gnome-terminal; do
done
# Pour la batterie des ordinateurs portables (~/bin/battery)
#export BATPATH="/sys/class/power_supply/BAT0"
export BATPATH="/sys/class/power_supply/BAT0"
# Permit DBUS to be launched
if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then

View File

@ -6,5 +6,5 @@ eval "$(pyenv init --path)"
# Start X automatically
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
exec sway
fi

4
.zshrc
View File

@ -68,7 +68,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git httpie ng npm nvm pass pip sudo wd pyenv)
plugins=(git httpie ng npm nvm pass pip sudo wd pyenv kubectl helm terraform)
source $ZSH/oh-my-zsh.sh
@ -140,7 +140,7 @@ alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
# coloration de la commande IP
alias ip='ip -c'
alias k='kubectl'
alias devu="${HOME}/devu42/devu/devu"
alias devu="${HOME}/devu/devu/devu"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh