dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d521f011e2573456f061cc809653683e27de29ca
parent be5448c07218b807bfc0195d475be0da7598d96d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 31 Dec 2018 10:38:17 +0100

Use calcurse daemon for notifications, change config

Diffstat:
Mlinks/.calcurse/conf | 6+++---
Mlinks/.config/i3/config | 6++++--
2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/links/.calcurse/conf b/links/.calcurse/conf @@ -3,10 +3,10 @@ appearance.compactpanels=no appearance.defaultpanel=calendar appearance.layout=5 appearance.notifybar=yes -appearance.sidebarwidth=1 -appearance.theme=red on default +appearance.sidebarwidth=0 +appearance.theme=blue on default appearance.todoview=show-completed -daemon.enable=no +daemon.enable=yes daemon.log=no format.inputdate=1 format.notifydate=%a %F diff --git a/links/.config/i3/config b/links/.config/i3/config @@ -68,7 +68,8 @@ bindsym Mod1+space exec ~/bin/ducksearch bindsym $mod+e exec $term -e vim bindsym $mod+m exec $term -e ~/bin/tmux-mutt.sh bindsym $mod+r exec $term -e ~/bin/tmux-newsboat.sh -bindsym $mod+c exec $term -e ~/bin/google-cloud-lamps-instance1-ssh.sh +bindsym $mod+c exec $term -e calcurse +bindsym $mod+Shift+c exec $term -e ~/bin/google-cloud-lamps-instance1-ssh.sh bindsym $mod+i exec $term -e htop bindsym $mod+y exec $term -e youtube-viewer bindsym $mod+Mod1+y exec $term -e youtube-viewer --novideo @@ -184,7 +185,7 @@ bindsym $mod+Shift+9 move container to workspace 9 bindsym $mod+Shift+0 move container to workspace 10 # reload the configuration file -bindsym $mod+Shift+c reload +bindsym $mod+Mod1+Shift+r reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) @@ -247,4 +248,5 @@ bindsym $mod+Shift+F5 exec $term -e nmtui exec --no-startup-id unclutter exec --no-startup-id dunst exec --no-startup-id compton +exec --no-startup-id calcurse --daemon #exec --no-startup-id xcompmgr