Add fuck, change redshift conf, add layout binding

master
Quentin Duchemin 2021-01-30 20:46:47 +01:00
parent 69f396d51b
commit d84507bb43
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
3 changed files with 5 additions and 1 deletions

View File

@ -85,6 +85,8 @@ exec --no-startup-id gpg --card-status
################################## ##################################
# start a terminal # start a terminal
bindsym $mod+Return exec i3-sensible-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) # start rofi (a program launcher)
bindsym $mod+d exec rofi -show run -theme sidebar bindsym $mod+d exec rofi -show run -theme sidebar

View File

@ -1,5 +1,5 @@
[redshift] [redshift]
temp-day=6500 temp-day=6000
temp-night=5000 temp-night=5000
; Smooth ; Smooth

2
.zshrc
View File

@ -129,3 +129,5 @@ _fzf_compgen_dir() {
} }
export FZF_COMPLETION_OPTS='-m' export FZF_COMPLETION_OPTS='-m'
eval $(thefuck --alias)