From fdf9f492e04870da59f180bbaffedf610952bfd0 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 24 Sep 2022 17:09:15 +0200 Subject: update --- .bashrc | 2 +- .config/i3/config | 6 +++--- .profile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bashrc b/.bashrc index 56ba669..2a3d2d4 100644 --- a/.bashrc +++ b/.bashrc @@ -63,7 +63,7 @@ alias gtb='go test -v -cpuprofile cpu.out -memprofile mem.out -benchmem -bench' alias rvi='sudo vim' alias rxt='sudo xt' alias rxvi='sudo xvi' -alias ww='vi ~/Wiki/HomePage' +alias ww='vi ~/Wiki/home_page.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 c78f84b..00255b3 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -61,9 +61,9 @@ for_window [class="Arandr"] floating enable for_window [class="Brave-browser"] floating enable for_window [class="Blueberry.py"] floating enable 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="Chromium"] floating enable +#for_window [title="Task Manager - Chromium"] floating enable +#for_window [title="Gestionnaire de tâches – Chromium"] floating enable for_window [instance="DOTTY"] floating enable for_window [class="discord"] floating enable for_window [class="Display"] floating enable diff --git a/.profile b/.profile index 1d05d72..fadd6d8 100644 --- a/.profile +++ b/.profile @@ -4,10 +4,10 @@ PATH=~/bin:$PATH:~/go/bin [ "${SHELL##*/}" = bash ] && { . ~/.bashrc - eval "$(gh completion -s bash)" + # eval "$(gh completion -s bash)" } -alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' +# alias dotfiles='git --git-dir=$HOME/dotfiles --work-tree=$HOME' # Last action: auto start X11 when logged on first console #case $HOSTNAME in -- cgit v1.2.3