Added zettlr
This commit is contained in:
parent
896fb98ab1
commit
e2e1edd2a5
1 changed files with 4 additions and 1 deletions
|
@ -253,6 +253,9 @@ bindsym XF86Display exec ~/Bin/screenlayout.sh
|
||||||
# Calendar
|
# Calendar
|
||||||
bindsym $mod+c exec "rxvt-unicode -e khal interactive"
|
bindsym $mod+c exec "rxvt-unicode -e khal interactive"
|
||||||
|
|
||||||
|
# Note
|
||||||
|
bindsym $mod+n exec "zettlr"
|
||||||
|
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
# APP DEFAULT POSITION/DECORATIONS
|
# APP DEFAULT POSITION/DECORATIONS
|
||||||
#
|
#
|
||||||
|
@ -267,7 +270,7 @@ for_window [class="JViewer"] floating enable border pixel 8
|
||||||
# OTHER STUFF
|
# OTHER STUFF
|
||||||
#
|
#
|
||||||
|
|
||||||
default_border pixel 0
|
default_border pixel 4
|
||||||
|
|
||||||
# Power save mode and Auto lock screen
|
# Power save mode and Auto lock screen
|
||||||
exec --no-startup-id xset s 300 30
|
exec --no-startup-id xset s 300 30
|
||||||
|
|
Loading…
Reference in a new issue