Update dotfiles
This commit is contained in:
parent
a52e34f849
commit
e92ef9fe46
@ -70,7 +70,7 @@ hide_duplicates_count = yes
|
|||||||
# The width can be negative. In this case the actual width is the
|
# The width can be negative. In this case the actual width is the
|
||||||
# screen width minus the width defined in within the geometry option.
|
# screen width minus the width defined in within the geometry option.
|
||||||
#geometry = "250x50-40+40"
|
#geometry = "250x50-40+40"
|
||||||
geometry = "300x50-15+49"
|
geometry = "300x70-10+53"
|
||||||
|
|
||||||
# Shrink window if it's smaller than the width. Will be ignored if
|
# Shrink window if it's smaller than the width. Will be ignored if
|
||||||
# width is 0.
|
# width is 0.
|
||||||
@ -120,7 +120,7 @@ line_height = 3
|
|||||||
# Draw a line of "separatpr_height" pixel height between two
|
# Draw a line of "separatpr_height" pixel height between two
|
||||||
# notifications.
|
# notifications.
|
||||||
# Set to 0 to disable.
|
# Set to 0 to disable.
|
||||||
separator_height = 2
|
separator_height = 3
|
||||||
|
|
||||||
# Padding between text and separator.
|
# Padding between text and separator.
|
||||||
padding = 6
|
padding = 6
|
||||||
@ -134,7 +134,7 @@ horizontal_padding = 6
|
|||||||
# * foreground: use the same color as the foreground;
|
# * foreground: use the same color as the foreground;
|
||||||
# * frame: use the same color as the frame;
|
# * frame: use the same color as the frame;
|
||||||
# * anything else will be interpreted as a X color.
|
# * anything else will be interpreted as a X color.
|
||||||
separator_color = frame
|
separator_color = auto
|
||||||
|
|
||||||
# Print a notification on startup.
|
# Print a notification on startup.
|
||||||
# This is mainly for error detection, since dbus (re-)starts dunst
|
# This is mainly for error detection, since dbus (re-)starts dunst
|
||||||
|
@ -120,4 +120,6 @@ bindsym $mod+Shift+e exec i3-msg exit
|
|||||||
|
|
||||||
bindsym $mod+r exec rofi -show drun
|
bindsym $mod+r exec rofi -show drun
|
||||||
|
|
||||||
|
bindsym $mod+a exec ~/.local/venv/papis/bin/python ~/.local/venv/papis/bin/papis gui
|
||||||
|
|
||||||
bindsym $mod+p exec i3lock-fancy -- scrot
|
bindsym $mod+p exec i3lock-fancy -- scrot
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
profile=opengl-hq
|
vo=gpu
|
||||||
hwdec=vaapi
|
hwdec=vaapi
|
||||||
hwdec-codecs=all
|
hwdec-codecs=all
|
||||||
|
profile=opengl-hq
|
||||||
|
slang=fr,fre,eng,en,enUS,en-US,English
|
||||||
|
|
||||||
|
[http-streaming]
|
||||||
|
cache=yes
|
||||||
|
demuxer-max-bytes=500000KiB
|
||||||
|
|
||||||
|
[protocol.http]
|
||||||
|
profile=http-streaming
|
||||||
|
|
||||||
|
[protocol.https]
|
||||||
|
profile=http-streaming
|
||||||
|
@ -2,3 +2,7 @@ https://www.archlinux.org/feeds/news/
|
|||||||
https://linuxfr.org/news.atom
|
https://linuxfr.org/news.atom
|
||||||
https://framablog.org/feed/
|
https://framablog.org/feed/
|
||||||
http://erj.ersjournals.com/rss/current.xml
|
http://erj.ersjournals.com/rss/current.xml
|
||||||
|
http://search.nejm.org/search?cnt=20&start_month=4&start_year=2009&w=*&restrict=doctype%3Aarticle&srt=0&isort=date&ts=rss&af=topic:12
|
||||||
|
http://search.nejm.org/search?cnt=20&start_month=4&start_year=2009&w=*&restrict=doctype%3Aarticle&srt=0&isort=date&ts=rss&af=topic:19
|
||||||
|
http://journal.chestnet.org/current.rss
|
||||||
|
https://puri.sm/feed/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
configuration {
|
configuration {
|
||||||
modi: "drun";
|
modi: "drun";
|
||||||
terminal: "urxvt";
|
terminal: "urxvt";
|
||||||
theme: "material";
|
|
||||||
font: "Inconsolata Nerd Font Mono 30";
|
font: "Inconsolata Nerd Font Mono 30";
|
||||||
}
|
}
|
||||||
|
@theme "material"
|
||||||
|
@ -1,75 +1,90 @@
|
|||||||
[general]
|
[general]
|
||||||
status_path = "~/.local/share/vdirsyncer/status/"
|
status_path = "~/.local/share/vdirsyncer/status/"
|
||||||
|
|
||||||
|
###########
|
||||||
|
# Nicolas #
|
||||||
|
###########
|
||||||
|
|
||||||
|
##
|
||||||
|
# Card
|
||||||
|
#
|
||||||
|
|
||||||
[pair contacts]
|
[pair contacts]
|
||||||
a = "card_local"
|
a = "card_local"
|
||||||
b = "card_nextcloud"
|
b = "card_nextcloud_quimbo"
|
||||||
collections = ["from a", "from b"]
|
collections = ["default"]
|
||||||
|
|
||||||
[storage card_local]
|
[storage card_local]
|
||||||
type = "filesystem"
|
type = "filesystem"
|
||||||
path = "~/.local/contacts/"
|
path = "~/.local/contacts/nicolas"
|
||||||
fileext = ".vcf"
|
fileext = ".vcf"
|
||||||
|
|
||||||
[storage card_nextcloud]
|
|
||||||
type = "carddav"
|
|
||||||
url = "https://cloud.jombi.fr"
|
|
||||||
username = "nicolas"
|
|
||||||
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[pair calendars]
|
|
||||||
a = "cal_local"
|
|
||||||
b = "cal_nextcloud"
|
|
||||||
collections = ["from a", "from b"]
|
|
||||||
|
|
||||||
[storage cal_local]
|
|
||||||
type = "filesystem"
|
|
||||||
path = "~/.local/calendars/"
|
|
||||||
fileext = ".ics"
|
|
||||||
|
|
||||||
[storage cal_nextcloud]
|
|
||||||
type = "caldav"
|
|
||||||
url = "https://cloud.jombi.fr"
|
|
||||||
username = "nicolas"
|
|
||||||
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
|
||||||
|
|
||||||
[pair migration_calendars]
|
|
||||||
a = "cal_nextcloud"
|
|
||||||
b = "cal_nextcloud_quimbo"
|
|
||||||
collections = ["work","personal"]
|
|
||||||
|
|
||||||
[storage cal_nextcloud_quimbo]
|
|
||||||
type = "caldav"
|
|
||||||
url = "https://cloud.quimbo.fr"
|
|
||||||
username = "nicolas"
|
|
||||||
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
|
||||||
|
|
||||||
[pair migration_cards]
|
|
||||||
a = "card_nextcloud"
|
|
||||||
b = "card_nextcloud_quimbo"
|
|
||||||
collections = ["from a"]
|
|
||||||
|
|
||||||
[storage card_nextcloud_quimbo]
|
[storage card_nextcloud_quimbo]
|
||||||
type = "carddav"
|
type = "carddav"
|
||||||
url = "https://cloud.quimbo.fr"
|
url = "https://cloud.quimbo.fr"
|
||||||
username = "nicolas"
|
username = "nicolas"
|
||||||
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||||
|
|
||||||
#[pair calendars_anais]
|
#[storage card_nextcloud]
|
||||||
#a = "cal_local_anais"
|
#type = "carddav"
|
||||||
#b = "cal_nextcloud_anais"
|
#url = "https://cloud.jombi.fr"
|
||||||
#collections = ["from a", "from b"]
|
#username = "nicolas"
|
||||||
|
#password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||||
#
|
#
|
||||||
#[storage cal_local_anais]
|
#[pair migration_cards]
|
||||||
#type = "filesystem"
|
#a = "card_nextcloud"
|
||||||
#path = "~/.local/calendars/anais"
|
#b = "card_nextcloud_quimbo"
|
||||||
#fileext = ".ics"
|
#collections = ["from a"]
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
|
# Calendar
|
||||||
#
|
#
|
||||||
#[storage cal_nextcloud_anais]
|
|
||||||
|
[pair calendars]
|
||||||
|
a = "cal_local"
|
||||||
|
b = "cal_nextcloud_quimbo"
|
||||||
|
collections = ["work","personal"]
|
||||||
|
|
||||||
|
[storage cal_local]
|
||||||
|
type = "filesystem"
|
||||||
|
path = "~/.local/calendars/nicolas"
|
||||||
|
fileext = ".ics"
|
||||||
|
|
||||||
|
[storage cal_nextcloud_quimbo]
|
||||||
|
type = "caldav"
|
||||||
|
url = "https://cloud.quimbo.fr"
|
||||||
|
username = "nicolas"
|
||||||
|
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||||
|
|
||||||
|
#[storage cal_nextcloud]
|
||||||
#type = "caldav"
|
#type = "caldav"
|
||||||
#url = "https://cloud.jombi.fr"
|
#url = "https://cloud.jombi.fr"
|
||||||
#username = "anais"
|
#username = "nicolas"
|
||||||
#password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "anais"]
|
#password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||||
|
|
||||||
|
#[pair migration_calendars]
|
||||||
|
#a = "cal_nextcloud"
|
||||||
|
#b = "cal_nextcloud_quimbo"
|
||||||
|
#collections = ["work","personal"]
|
||||||
|
|
||||||
|
#########
|
||||||
|
# Anais #
|
||||||
|
#########
|
||||||
|
|
||||||
|
[pair calendars_anais]
|
||||||
|
a = "cal_local_anais"
|
||||||
|
b = "cal_nextcloud_anais_quimbo"
|
||||||
|
collections = ["horraires-travail", "personal"]
|
||||||
|
#
|
||||||
|
[storage cal_local_anais]
|
||||||
|
type = "filesystem"
|
||||||
|
path = "~/.local/calendars/anais"
|
||||||
|
fileext = ".ics"
|
||||||
|
#
|
||||||
|
[storage cal_nextcloud_anais_quimbo]
|
||||||
|
type = "caldav"
|
||||||
|
url = "https://cloud.quimbo.fr"
|
||||||
|
username = "anais"
|
||||||
|
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "anais"]
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user