Compare commits
1 Commits
a25bf962ff
...
vif
Author | SHA1 | Date | |
---|---|---|---|
230f82777c |
@ -1,3 +1,3 @@
|
|||||||
# Permet à Chromium de se lancer dans Wayland
|
# Permet à Chromium de se lancer dans Wayland
|
||||||
--enable-features=UseOzonePlatform
|
#--enable-features=UseOzonePlatform
|
||||||
--ozone-platform=wayland
|
#--ozone-platform=wayland
|
||||||
|
@ -1,4 +1,2 @@
|
|||||||
# Active wayland pour Firefox
|
# Active wayland pour Firefox
|
||||||
MOZ_ENABLE_WAYLAND=1
|
MOZ_ENABLE_WAYLAND=1
|
||||||
# Modifie le comportement JAVA pour PHPStorm
|
|
||||||
_JAVA_AWT_WM_NONREPARENTING=1
|
|
||||||
|
@ -165,7 +165,7 @@ bindsym $mod+r mode "resize"
|
|||||||
assign [class="jetbrains-idea|Code"] 1
|
assign [class="jetbrains-idea|Code"] 1
|
||||||
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] 2
|
assign [class="Google-chrome|Vivaldi-stable|Opera|Firefox|Navigator|Nightly|Chromium"] 2
|
||||||
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] 3
|
assign [class="Thunderbird|Mail|jetbrains-phpstorm"] 3
|
||||||
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino|Hamsket"] 4
|
assign [class="Mattermost|mattermost-desktop|Rambox|Slack|Scudcloud|Gitter|Dino"] 4
|
||||||
|
|
||||||
##### STATUS BAR
|
##### STATUS BAR
|
||||||
|
|
||||||
@ -240,7 +240,7 @@ smart_gaps on
|
|||||||
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; random_wallpaper &"
|
exec_always --no-startup-id "kill -9 `ps aux | grep random_wallpaper |grep -v 'grep'| awk '{print $2}'`; random_wallpaper &"
|
||||||
|
|
||||||
# Hasmter indicator
|
# Hasmter indicator
|
||||||
#exec --no-startup-id hamster
|
exec --no-startup-id hamster
|
||||||
|
|
||||||
# Clipit : Presse-papiers pour le bureau
|
# Clipit : Presse-papiers pour le bureau
|
||||||
exec --no-startup-id clipit
|
exec --no-startup-id clipit
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
background #001e26
|
|
||||||
foreground #708183
|
|
||||||
cursor #708183
|
|
||||||
selection_background #002731
|
|
||||||
color0 #002731
|
|
||||||
color8 #465a61
|
|
||||||
color1 #d01b24
|
|
||||||
color9 #bd3612
|
|
||||||
color2 #728905
|
|
||||||
color10 #465a61
|
|
||||||
color3 #a57705
|
|
||||||
color11 #52676f
|
|
||||||
color4 #2075c7
|
|
||||||
color12 #708183
|
|
||||||
color5 #c61b6e
|
|
||||||
color13 #5856b9
|
|
||||||
color6 #259185
|
|
||||||
color14 #81908f
|
|
||||||
color7 #e9e2cb
|
|
||||||
color15 #fcf4dc
|
|
||||||
selection_foreground #001e26
|
|
@ -184,8 +184,7 @@ rectangle_select_modifiers ctrl+alt
|
|||||||
allow_remote_control no
|
allow_remote_control no
|
||||||
|
|
||||||
# The value of the TERM environment variable to set
|
# The value of the TERM environment variable to set
|
||||||
#term xterm-kitty
|
term xterm-kitty
|
||||||
term xterm-256color
|
|
||||||
|
|
||||||
# The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution.
|
# The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution.
|
||||||
# Note that borders are displayed only when more than one window is visible. They are meant to separate multiple windows.
|
# Note that borders are displayed only when more than one window is visible. They are meant to separate multiple windows.
|
||||||
@ -426,5 +425,5 @@ macos_option_as_alt yes
|
|||||||
x11_bell_volume 80
|
x11_bell_volume 80
|
||||||
|
|
||||||
# Ajout du thème Solarized Light sur https://github.com/dexpota/kitty-themes
|
# Ajout du thème Solarized Light sur https://github.com/dexpota/kitty-themes
|
||||||
include ./dark.conf
|
include ./theme.conf
|
||||||
|
|
||||||
|
1
.config/kitty/theme.conf
Symbolic link
1
.config/kitty/theme.conf
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
./Solarized_Dark_-_Patched.conf
|
13
.profile
13
.profile
@ -22,22 +22,10 @@ if [ "$0" = "/usr/sbin/lightdm-session" -a "$DESKTOP_SESSION" = "i3" ]; then
|
|||||||
export $(gnome-keyring-daemon -s)
|
export $(gnome-keyring-daemon -s)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Environnement Pyenv
|
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
|
||||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
|
||||||
eval "$(pyenv init --path)"
|
|
||||||
|
|
||||||
# Démarrage de l'environnement préféré
|
# Démarrage de l'environnement préféré
|
||||||
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
case $HOST in
|
case $HOST in
|
||||||
fuz | fuztest)
|
fuz | fuztest)
|
||||||
variables_file="${HOME}/.config/environment.d/envvars.conf"
|
|
||||||
if [[ -f "${variables_file}" ]]; then
|
|
||||||
# charge seulement les lignes sans "#" (non commentées)
|
|
||||||
for line in `cat "${variables_file}"|grep -Ev '^#'`; do
|
|
||||||
export "$line"
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
exec sway
|
exec sway
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
@ -45,4 +33,3 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
# vim: ts=2 sw=2 et nu
|
|
||||||
|
47
.ssh/config
47
.ssh/config
@ -26,7 +26,7 @@ Port 22
|
|||||||
Host ovh
|
Host ovh
|
||||||
Hostname 37.187.17.29
|
Hostname 37.187.17.29
|
||||||
User od
|
User od
|
||||||
Port 4555
|
Port 22
|
||||||
|
|
||||||
# ??
|
# ??
|
||||||
Host pi
|
Host pi
|
||||||
@ -117,48 +117,3 @@ Host backup
|
|||||||
Hostname 37.187.17.29
|
Hostname 37.187.17.29
|
||||||
User root
|
User root
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
## Serveur salon (Beelink)
|
|
||||||
Host suc
|
|
||||||
Hostname 192.168.1.42
|
|
||||||
User od
|
|
||||||
Port 22
|
|
||||||
|
|
||||||
## Labo K8s
|
|
||||||
Host deux
|
|
||||||
Hostname 192.168.1.102
|
|
||||||
User od
|
|
||||||
Port 22
|
|
||||||
|
|
||||||
Host trois
|
|
||||||
Hostname 192.168.1.103
|
|
||||||
User od
|
|
||||||
Port 22
|
|
||||||
|
|
||||||
Host quatre
|
|
||||||
Hostname 192.168.1.104
|
|
||||||
User od
|
|
||||||
Port 22
|
|
||||||
|
|
||||||
## Labo K8S AMD64
|
|
||||||
Host douze
|
|
||||||
Hostname 192.168.1.112
|
|
||||||
User nous
|
|
||||||
Port 22
|
|
||||||
|
|
||||||
Host treize
|
|
||||||
Hostname 192.168.1.113
|
|
||||||
User maison
|
|
||||||
Port 22
|
|
||||||
|
|
||||||
Host quatorze
|
|
||||||
Hostname 192.168.1.202
|
|
||||||
User od
|
|
||||||
Port 22
|
|
||||||
|
|
||||||
## Formation DevOps - Datascientest
|
|
||||||
Host devu
|
|
||||||
Hostname 54.229.27.155
|
|
||||||
User ubuntu
|
|
||||||
Port 22
|
|
||||||
IdentityFile ~/.ssh/data_enginering_machine.pem
|
|
||||||
|
@ -84,7 +84,7 @@ set -g status-left "#{pane_current_path}"
|
|||||||
set -g status-left-length 30
|
set -g status-left-length 30
|
||||||
|
|
||||||
# Activer mon layout par defaut
|
# Activer mon layout par defaut
|
||||||
#new -s projets -n dev
|
new -s projets -n dev
|
||||||
#splitw -v -p '50' -t dev
|
splitw -v -p 50 -t dev
|
||||||
#neww -n autre
|
neww -n autre
|
||||||
#selectw -t dev
|
selectw -t dev
|
||||||
|
5
.warprc
5
.warprc
@ -1,11 +1,6 @@
|
|||||||
ans:/home/od/projets/buffet
|
ans:/home/od/projets/buffet
|
||||||
blog:~/projets/blog
|
|
||||||
buf:/home/od/projets/buffet
|
buf:/home/od/projets/buffet
|
||||||
cal:~/projets/effeuillage
|
|
||||||
cloud:~/freshmile/cloud
|
cloud:~/freshmile/cloud
|
||||||
fastapi:~/devu/exam_DOSSMANN/fastapi_exam_DOSSMANN
|
|
||||||
graille:~/projets/graille
|
|
||||||
ops:~/projets/ops
|
|
||||||
patchwork:/home/od/projets/patchwork
|
patchwork:/home/od/projets/patchwork
|
||||||
p:~/freshmile/pulp
|
p:~/freshmile/pulp
|
||||||
ps:~/freshmile/pulp/Seed
|
ps:~/freshmile/pulp/Seed
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
emulate sh -c '. ~/.profile'
|
emulate sh -c '. ~/.profile'
|
||||||
|
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
|
||||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
|
||||||
eval "$(pyenv init --path)"
|
|
||||||
|
|
||||||
# Start X automatically
|
# Start X automatically
|
||||||
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||||
exec startx
|
exec startx
|
||||||
|
5
.zshrc
5
.zshrc
@ -68,7 +68,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
|||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# 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)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
@ -87,7 +87,6 @@ export PYTHONWARNINGS="ignore::DeprecationWarning"
|
|||||||
#export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications
|
#export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications
|
||||||
export PIPENV_QUIET=1 # enlève les courtesy notice
|
export PIPENV_QUIET=1 # enlève les courtesy notice
|
||||||
export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils
|
export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils
|
||||||
export KUBECONFIG=$HOME/kubeconfig
|
|
||||||
|
|
||||||
# You may need to manually set your language environment
|
# You may need to manually set your language environment
|
||||||
export LANG=fr_FR.UTF-8
|
export LANG=fr_FR.UTF-8
|
||||||
@ -137,8 +136,6 @@ alias pyt='poetry run pytest -vvs --no-cov --disable-warnings'
|
|||||||
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
|
alias pytc='poetry run pytest -vvs --disable-warnings --cov-report=xml:cov.xml'
|
||||||
# projet rero
|
# projet rero
|
||||||
alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
|
alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
|
||||||
# coloration de la commande IP
|
|
||||||
alias ip='ip -c'
|
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh
|
||||||
|
@ -7,16 +7,15 @@
|
|||||||
directory="$HOME/wallpapers"
|
directory="$HOME/wallpapers"
|
||||||
minutes=15
|
minutes=15
|
||||||
PROGRAM=`which feh`
|
PROGRAM=`which feh`
|
||||||
is_wayland=false
|
|
||||||
|
|
||||||
# Some tests
|
# Some tests
|
||||||
if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
|
if [[ "$XDG_SESSION_TYPE" -eq "wayland" ]]; then
|
||||||
PROGRAM=`which swaymsg`
|
PROGRAM=`which swaymsg`
|
||||||
if [ -z "${PROGRAM}" ]; then
|
if [ -z "${PROGRAM}" ]; then
|
||||||
echo "This script needs the swaymsg program."
|
echo "This script needs the swaymsg program."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
is_wayland=true
|
wayland=1
|
||||||
elif [ -z "${PROGRAM}" ]; then
|
elif [ -z "${PROGRAM}" ]; then
|
||||||
echo "This script needs the feh program. Install it."
|
echo "This script needs the feh program. Install it."
|
||||||
exit 1
|
exit 1
|
||||||
@ -49,7 +48,7 @@ while true; do
|
|||||||
|
|
||||||
# Change background
|
# Change background
|
||||||
file="${array_files["$NUMBER"]}"
|
file="${array_files["$NUMBER"]}"
|
||||||
if "${is_wayland}"; then
|
if [[ -n wayland ]]; then
|
||||||
$PROGRAM output "*" bg "$directory/$file" fill
|
$PROGRAM output "*" bg "$directory/$file" fill
|
||||||
else
|
else
|
||||||
feh --bg-fill "$directory/$file"
|
feh --bg-fill "$directory/$file"
|
||||||
|
Reference in New Issue
Block a user