Compare commits
9 Commits
c12f2e642c
...
30100c302a
Author | SHA1 | Date | |
---|---|---|---|
30100c302a | |||
220ea02cee | |||
21e6d955cb | |||
4e692015f8 | |||
83753a55c9 | |||
314708196d | |||
1c40ae6526 | |||
87ca1e1efc | |||
c87f867b4c |
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -23,7 +23,7 @@
|
||||
"format": "<span style=\"italic\">{}</span>"
|
||||
},
|
||||
"tray": {
|
||||
// "icon-size": 21,
|
||||
"icon-size": 21,
|
||||
"spacing": 10
|
||||
},
|
||||
"clock": {
|
||||
|
2
.profile
2
.profile
@ -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
|
||||
|
@ -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
4
.zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user