Compare commits

..

1 Commits
master ... fuz

Author SHA1 Message Date
Olivier DOSSMANN 9bec898816 BATTERY: change battery number 2021-08-09 10:02:33 +02:00
7 changed files with 8 additions and 12 deletions

View File

@ -184,8 +184,7 @@ rectangle_select_modifiers ctrl+alt
allow_remote_control no
# The value of the TERM environment variable to set
#term xterm-kitty
term xterm-256color
term xterm-kitty
# 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.

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

@ -26,7 +26,7 @@ Port 22
Host ovh
Hostname 37.187.17.29
User od
Port 4555
Port 22
# ??
Host pi

View File

@ -84,7 +84,7 @@ set -g status-left "#{pane_current_path}"
set -g status-left-length 30
# Activer mon layout par defaut
#new -s projets -n dev
#splitw -v -p 50 -t dev
#neww -n autre
#selectw -t dev
new -s projets -n dev
splitw -v -p 50 -t dev
neww -n autre
selectw -t dev

View File

@ -1,5 +1,4 @@
ans:/home/od/projets/buffet
blog:~/projets/blog
buf:/home/od/projets/buffet
cloud:~/freshmile/cloud
patchwork:/home/od/projets/patchwork

2
.zshrc
View File

@ -136,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'
# projet rero
alias rero="ALIAS=rero /home/od/projets/rerologik/agnes"
# colration de la commande IP
alias ip='ip -c'
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ -f ~/.p10k.zsh ]] && source ~/.p10k.zsh

View File

@ -9,7 +9,7 @@ minutes=15
PROGRAM=`which feh`
# Some tests
if [[ "${XDG_SESSION_TYPE}" == "wayland" ]]; then
if [[ "$XDG_SESSION_TYPE" -eq "wayland" ]]; then
PROGRAM=`which swaymsg`
if [ -z "${PROGRAM}" ]; then
echo "This script needs the swaymsg program."