diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-08-21 16:09:20 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-08-21 16:09:20 +0200 |
| commit | 9bedd1ff5d11077241fa761a6988018c31c8d51b (patch) | |
| tree | daa36db2b065ab88ed8642de2369d96aaaada100 | |
| parent | 96f5dc439ef6f91ba50ae842d4e5cb86c92a3553 (diff) | |
update
| -rw-r--r-- | .bashrc | 1 | ||||
| -rw-r--r-- | .config/i3/config | 1 | ||||
| -rw-r--r-- | .xinitrc | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -71,6 +71,7 @@ alias rvi='sudo vim' alias rxt='sudo xt' alias rxvi='sudo xvi' alias ww='vi ~/Wiki/home_page.md' +alias s='vi ~/Wiki/scratch.md' alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' #alias uc='systemctl --user' diff --git a/.config/i3/config b/.config/i3/config index 468fdfc..05fb6fd 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -64,6 +64,7 @@ for_window [class="Blueman-manager"] floating enable for_window [class="Chromium"] floating enable for_window [title="Task Manager - Chromium"] floating enable for_window [title="Gestionnaire de tâches – Chromium"] floating enable +for_window [class="DeltaChat"] floating enable for_window [instance="DOTTY"] floating enable for_window [class="discord"] floating enable for_window [class="Display"] floating enable @@ -27,4 +27,5 @@ xsetroot -solid rgb:1/3/4 # Start window manager #exec fvwm +#lxpolkit exec i3 |
