Taskwarrior config with ZSH plugin
parent
de0bfecba8
commit
4489983965
|
@ -160,7 +160,7 @@ exec_always --no-startup-id xset dpms 600
|
||||||
exec_always --no-startup-id xautolock -time 9 -locker $Locker
|
exec_always --no-startup-id xautolock -time 9 -locker $Locker
|
||||||
|
|
||||||
#Notifications
|
#Notifications
|
||||||
exec_always --no-startup-id dunst
|
exec --no-startup-id dunst
|
||||||
|
|
||||||
#i3 gaps
|
#i3 gaps
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
|
@ -177,3 +177,6 @@ bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
||||||
bindsym Mod4+e exec spacefm -n
|
bindsym Mod4+e exec spacefm -n
|
||||||
#Open explorer with last tabs (sym to Ctrl+T, Ctrl+Maj+T)
|
#Open explorer with last tabs (sym to Ctrl+T, Ctrl+Maj+T)
|
||||||
bindsym Mod4+Shift+e exec spacefm
|
bindsym Mod4+Shift+e exec spacefm
|
||||||
|
|
||||||
|
#Gamma, color temp and brightness night adjuster
|
||||||
|
exec --no-startup-id redshift-gtk
|
||||||
|
|
|
@ -0,0 +1,36 @@
|
||||||
|
# [Created by task 2.5.1 6/15/2018 21:04:54]
|
||||||
|
# Taskwarrior program configuration file.
|
||||||
|
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',
|
||||||
|
# 'man task-sync' or 'man taskrc'
|
||||||
|
|
||||||
|
# Here is an example of entries that use the default, override and blank values
|
||||||
|
# variable=foo -- By specifying a value, this overrides the default
|
||||||
|
# variable= -- By specifying no value, this means no default
|
||||||
|
# #variable=foo -- By commenting out the line, or deleting it, this uses the default
|
||||||
|
|
||||||
|
# Use the command 'task show' to see all defaults and overrides
|
||||||
|
|
||||||
|
# Files
|
||||||
|
data.location=~/.task
|
||||||
|
|
||||||
|
# Color theme (uncomment one to use)
|
||||||
|
#include /usr/share/doc/task/rc/light-16.theme
|
||||||
|
#include /usr/share/doc/task/rc/light-256.theme
|
||||||
|
#include /usr/share/doc/task/rc/dark-16.theme
|
||||||
|
#include /usr/share/doc/task/rc/dark-256.theme
|
||||||
|
#include /usr/share/doc/task/rc/dark-red-256.theme
|
||||||
|
#include /usr/share/doc/task/rc/dark-green-256.theme
|
||||||
|
#include /usr/share/doc/task/rc/dark-blue-256.theme
|
||||||
|
#include /usr/share/doc/task/rc/dark-violets-256.theme
|
||||||
|
#include /usr/share/doc/task/rc/dark-yellow-green.theme
|
||||||
|
#include /usr/share/doc/task/rc/dark-gray-256.theme
|
||||||
|
include /usr/share/doc/task/rc/dark-gray-blue-256.theme
|
||||||
|
#include /usr/share/doc/task/rc/solarized-dark-256.theme
|
||||||
|
#include /usr/share/doc/task/rc/solarized-light-256.theme
|
||||||
|
#include /usr/share/doc/task/rc/no-color.theme
|
||||||
|
|
||||||
|
taskd.server=freecinc.com:53589
|
||||||
|
taskd.key=\/home\/chosty\/.task\/freecinc_d4e7fbb1.key.pem
|
||||||
|
taskd.certificate=\/home\/chosty\/.task\/freecinc_d4e7fbb1.cert.pem
|
||||||
|
taskd.ca=\/home\/chosty\/.task\/freecinc_d4e7fbb1.ca.pem
|
||||||
|
taskd.credentials=<censored>
|
Loading…
Reference in New Issue