diff --git a/.config/i3/config_common b/.config/i3/config_common index 5a1de62..834b0fb 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -85,6 +85,8 @@ exec --no-startup-id gpg --card-status ################################## # start a terminal bindsym $mod+Return exec i3-sensible-terminal +# start SSH connexion to all VMs +bindsym $mod+Shift+Return exec terminator -l picasoft # start rofi (a program launcher) bindsym $mod+d exec rofi -show run -theme sidebar diff --git a/.config/redshift.conf b/.config/redshift.conf index 58a7bba..f023807 100644 --- a/.config/redshift.conf +++ b/.config/redshift.conf @@ -1,5 +1,5 @@ [redshift] -temp-day=6500 +temp-day=6000 temp-night=5000 ; Smooth diff --git a/.zshrc b/.zshrc index 3b47c87..00e2386 100644 --- a/.zshrc +++ b/.zshrc @@ -129,3 +129,5 @@ _fzf_compgen_dir() { } export FZF_COMPLETION_OPTS='-m' + +eval $(thefuck --alias)