Compare commits

..

No commits in common. "7f992afd2c95f7a91cc3b7ac6e7297342cfa842b" and "11f4ef5beb1d8f8450152049a6abe74bd75e80d4" have entirely different histories.

9 changed files with 23 additions and 46 deletions

View File

@ -48,7 +48,7 @@ profile Nomad {
output $INTERNAL enable
exec ~/.config/kanshi/lid.sh
exec tuned-adm profile balanced-battery
exec tuned-adm profile balanced
}
profile Home {

View File

@ -3,18 +3,10 @@
LAPTOP_OUTPUT="eDP-1"
LID_STATE_FILE="/proc/acpi/button/lid/LID0/state"
# Resume previous state
read -r LS < "$LID_STATE_FILE"
case "$LS" in
*open)
swaymsg output "$LAPTOP_OUTPUT" enable
;;
*closed)
swaymsg output "$LAPTOP_OUTPUT" disable
systemctl suspend
;;
*)
echo "Could not get lid state" >&2
exit 1
;;
*open) swaymsg output "$LAPTOP_OUTPUT" enable ;;
*closed) swaymsg output "$LAPTOP_OUTPUT" disable ;;
*) echo "Could not get lid state" >&2 ; exit 1 ;;
esac

View File

@ -49,10 +49,6 @@ output * bg ~/Images/Perso/Wallpapers/wave.jpg fill
# -> Managed by Kanshi (~/.config/kanshi/config)
# Watch lid changes
bindswitch --reload --locked lid:on output eDP-1 disable
bindswitch --reload --locked lid:off output eDP-1 enable
### Idle configuration
# -> Managed by swayidle (/usr/share/sway/config.d/90-swayidle.conf)

View File

@ -1,5 +1,5 @@
# thunderbird reminders
for_window [app_id="org.mozilla.Thunderbird" title="[0-9]+ rappels?"] {
floating enable
resize set 960 540
resize width 960 px height 540 px
}

View File

@ -1,3 +0,0 @@
for_window [app_id="xdg-desktop-portal-gtk" title="Open (File|Folder)"] {
floating enable
}

View File

@ -1,11 +0,0 @@
for_window [app_id="Zoom Workplace"] {
floating enable
}
for_window [app_id="Zoom Workplace" title="Zoom Workplace - Free Account"] {
floating disable
}
for_window [app_id="Zoom Workplace" title="Meeting"] {
floating disable
}

View File

@ -140,10 +140,11 @@
]
},
"power-profiles-daemon": {
"hide-empty-text": false,
"hide-empty-text": true,
"format": "{icon}",
"format-icons": {
"balanced": "",
"unknown": "",
"balanced": "",
"performance": "",
"power-saver": "",
}

View File

@ -9,6 +9,8 @@ Host vd-ezm
HostName vdezmesure.intra.inist.fr
Host vi-ezm
HostName viezmesure1.intra.inist.fr
# Host vp-ezm
# HostName vpezmesure1.intra.inist.fr
Host *-ezm
User ezmesure
@ -24,9 +26,9 @@ Host *-ezp
# Analogist
Host vd-analogist
HostName vdanalogist.intra.inist.fr
Host vdanalogist.intra.inist.fr
Host vi-analogist
HostName vianalogist1.intra.inist.fr
Host vianalogist1.intra.inist.fr
Host vp-analogist
HostName vpanalogist.intra.inist.fr
# PubkeyAcceptedKeyTypes +ssh-rsa,ssh-dss

18
.zshrc
View File

@ -85,15 +85,6 @@ unsetopt HIST_VERIFY # Execute commands using history (e.g.: using !$) immediate
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder
# nvm configuration
# zstyle ':omz:plugins:nvm' lazy yes
zstyle ':omz:plugins:nvm' autoload yes
zstyle ':omz:plugins:nvm' silent-autoload yes # optionally remove the output generated by NVM when autoloading
# fzf-tab configuration
zstyle ':fzf-tab:complete:cd:*' fzf-preview '/bin/eza -1 --color=always $realpath'
zstyle ':fzf-tab:complete:systemctl-*:*' fzf-preview 'SYSTEMD_COLORS=1 systemctl --user status $word'
ZOXIDE_CMD_OVERRIDE="cd"
# Which plugins would you like to load?
@ -119,6 +110,15 @@ eval "$(oh-my-posh init zsh --config ~/.p10k.omp.json)"
# User configuration
# nvm configuration
zstyle ':omz:plugins:nvm' lazy yes
zstyle ':omz:plugins:nvm' autoload yes
# zstyle ':omz:plugins:nvm' silent-autoload yes # optionally remove the output generated by NVM when autoloading
# fzf-tab configuration
zstyle ':fzf-tab:complete:cd:*' fzf-preview '/bin/eza -1 --color=always $realpath'
zstyle ':fzf-tab:complete:systemctl-*:*' fzf-preview 'SYSTEMD_COLORS=1 systemctl --user status $word'
# export MANPATH="/usr/local/man:$MANPATH"
# VSCode shell integration