Added new Obsidian vault

Quentin Duchemin 2023-02-22 12:38:41 +01:00
parent 318205ad39
commit 84d003bb7a
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
2 changed files with 2 additions and 1 deletions

View File

@ -229,6 +229,7 @@ bindsym $mod+Shift+s [class="Signal"] scratchpad show, move position center
bindsym $mod+Shift+t [class="Telegram"] scratchpad show, move position center
bindsym Mod4+ampersand [title="(?i)perso.*obsidian"] scratchpad show, move container to workspace 4, workspace 4, floating disable
bindsym Mod4+eacute [title="(?i)tech.*obsidian"] scratchpad show, move container to workspace 4, workspace 4, floating disable
bindsym Mod4+eacute [title="(?i)scenari.*obsidian"] scratchpad show, move container to workspace 4, workspace 4, floating disable
# automatic workspace
assign [class="(?i)Obsidian"] → number 4

View File

@ -133,7 +133,7 @@ done
if [ ! -z "${WM_RESTART}" ]; then
echo -e "\n=== Restart graphical environment ==="
# Reload i3 configuration
i3-msg reload
i3-msg restart
# Restart picom due to this bug https://github.com/yshui/picom/issues/166
killall picom; picom &>/dev/null &