@Milka64 @ergonautes J'utilise sway mais bon c'est sensiblement la même chose qu'i3 pour le coup.
J'ai fait en sorte de presque tout faire de la main gauche mais en gardant les actions utilisées moins souvent avec leur signification (par exemple pour passer en tabbed layout, j'utilise le T…)
##### Keybinds
bindcode $win+36 exec footclient # Entrée
bindsym --to-code $win+b kill # b ergol
#motions
bindsym --to-code $win+o focus up
bindsym --to-code $win+e focus down
bindsym --to-code $win+s focus left
bindsym --to-code $win+n focus right
bindsym --to-code $win+Shift+o move up
bindsym --to-code $win+Shift+e move down
bindsym --to-code $win+Shift+s move left
bindsym --to-code $win+Shift+n move right
#resize
bindsym --to-code $win+Ctrl+s resize grow left 10 px
bindsym --to-code $win+Ctrl+n resize shrink left 10 px
bindsym --to-code $win+Ctrl+o resize grow up 10 px
bindsym --to-code $win+Ctrl+e resize shrink up 10 px
#layouts
bindsym --to-code $win+h split h
bindsym --to-code $win+v split v
bindsym --to-code $win+f fullscreen
# bindsym --to-code $win+s layout stacking # me sert pas
bindsym --to-code $win+t layout tabbed
bindsym --to-code $win+Shift+Space floating toggle
bindsym --to-code $win+Space focus mode_toggle
# switch to workspace
bindcode --no-repeat $win+10 workspace 1
bindcode --no-repeat $win+11 workspace 2
bindcode --no-repeat $win+12 workspace 3
bindcode --no-repeat $win+13 workspace 4
bindcode --no-repeat $win+14 workspace 5
# move focused container to workspace
bindcode $win+Shift+10 move container to workspace 1
bindcode $win+Shift+11 move container to workspace 2
bindcode $win+Shift+12 move container to workspace 3
bindcode $win+Shift+13 move container to workspace 4
bindcode $win+Shift+14 move container to workspace 5
# i3 controls
bindsym --to-code $win+r reload
bindsym --to-code $win+Shift+r restart
bindsym --to-code $win+Shift+q exit
# musiques via Alt c ou Alt C
bindsym --to-code $win+c exec mpdmenu
bindsym --to-code $win+Shift+c exec mpdalbumdmenu
# Lancement de programme via Alt o
bindsym --to-code $win+p exec "fuzzel" # p
# Gestionnaire de mot de passe via Alt p
bindsym --to-code $win+w exec /usr/local/bin/menupass --type # w
# Gestion du volume via les bornes d'arcade
bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_SINK@ 5%+
bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_SINK@ 5%-
bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioNext exec mpc next
bindsym XF86AudioPrev exec mpc prev
bindsym XF86AudioPlay exec mpc toggle
bindsym --to-code $win+a exec fuzzel-emoji