From e2e1edd2a589343b17048b1e3abfea92527b6d0b Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 22 Sep 2020 12:12:48 +0200 Subject: [PATCH] Added zettlr --- config/i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/i3/config b/config/i3/config index 7f57888..b1d5fe8 100644 --- a/config/i3/config +++ b/config/i3/config @@ -253,6 +253,9 @@ bindsym XF86Display exec ~/Bin/screenlayout.sh # Calendar bindsym $mod+c exec "rxvt-unicode -e khal interactive" +# Note +bindsym $mod+n exec "zettlr" + # ------------------------------------------------------------------------------------------------- # APP DEFAULT POSITION/DECORATIONS # @@ -267,7 +270,7 @@ for_window [class="JViewer"] floating enable border pixel 8 # OTHER STUFF # -default_border pixel 0 +default_border pixel 4 # Power save mode and Auto lock screen exec --no-startup-id xset s 300 30