calcurse dir moved to config
This commit is contained in:
parent
ea69d898c6
commit
275581c2ca
4 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
alias ka="killall" \
|
alias ka="killall" \
|
||||||
mpv="mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)" \
|
mpv="mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)" \
|
||||||
|
calcurse="calcurse -D ~/.config/calcurse" \
|
||||||
magit="nvim -c Magit" \
|
magit="nvim -c Magit" \
|
||||||
p="sudo pacman" \
|
p="sudo pacman" \
|
||||||
SS="sudo systemctl" \
|
SS="sudo systemctl" \
|
||||||
|
|
|
@ -143,7 +143,7 @@ bindsym $mod+Shift+r exec --no-startup-id winresize
|
||||||
bindsym $mod+t split toggle
|
bindsym $mod+t split toggle
|
||||||
bindsym $mod+Shift+t gaps inner current set 15; gaps outer current set 15
|
bindsym $mod+Shift+t gaps inner current set 15; gaps outer current set 15
|
||||||
|
|
||||||
bindsym $mod+y exec $term -e calcurse
|
bindsym $mod+y exec $term -e calcurse -D ~/.config/calcurse
|
||||||
bindsym $mod+Shift+y exec --no-startup-id i3resize left
|
bindsym $mod+Shift+y exec --no-startup-id i3resize left
|
||||||
|
|
||||||
bindsym $mod+u exec --no-startup-id ddspawn tmuxdd
|
bindsym $mod+u exec --no-startup-id ddspawn tmuxdd
|
||||||
|
|
Loading…
Reference in a new issue