Merge branch 'master' of gitlab.com:chriscochrun/dotfiles
This commit is contained in:
commit
c4c51e96f4
|
@ -72,7 +72,7 @@
|
||||||
(if (= "syl\n" stdout)
|
(if (= "syl\n" stdout)
|
||||||
(global laptop true)
|
(global laptop true)
|
||||||
(global laptop false))))
|
(global laptop false))))
|
||||||
(local laptop true)
|
(local laptop false)
|
||||||
|
|
||||||
;; Table of layouts to cover with awful.layout.inc, order matters.
|
;; Table of layouts to cover with awful.layout.inc, order matters.
|
||||||
(set awful.layout.layouts [
|
(set awful.layout.layouts [
|
||||||
|
|
|
@ -175,12 +175,13 @@
|
||||||
"dolphin"
|
"dolphin"
|
||||||
"feh"
|
"feh"
|
||||||
"Arandr"
|
"Arandr"
|
||||||
"ffplay"
|
"gcr-prompter"
|
||||||
]
|
]
|
||||||
:name [
|
:name [
|
||||||
"Event Tester"
|
"Event Tester"
|
||||||
"remove images?"
|
"remove images?"
|
||||||
"Blender Preferences"
|
"Blender Preferences"
|
||||||
|
"Unlock Login Keyring"
|
||||||
]
|
]
|
||||||
:role [
|
:role [
|
||||||
"pop-up"
|
"pop-up"
|
||||||
|
|
|
@ -28,7 +28,7 @@ configuration {
|
||||||
foreground-selected: #ffffff;
|
foreground-selected: #ffffff;
|
||||||
urgent: #E91E63;
|
urgent: #E91E63;
|
||||||
urgent-selected: #E91E63;
|
urgent-selected: #E91E63;
|
||||||
transparent: #282a36CC;
|
transparent: #00000000;
|
||||||
base00: #282a36;
|
base00: #282a36;
|
||||||
base01: #34353e;
|
base01: #34353e;
|
||||||
base02: #43454f;
|
base02: #43454f;
|
||||||
|
@ -45,7 +45,7 @@ configuration {
|
||||||
base0D: #57c7ff;
|
base0D: #57c7ff;
|
||||||
base0E: #ff6ac1;
|
base0E: #ff6ac1;
|
||||||
base0F: #b2643c;
|
base0F: #b2643c;
|
||||||
base00t: #282a3655;
|
base00t: #282a3666;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
|
8
systemd/user/mail.service
Normal file
8
systemd/user/mail.service
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[Unit]
|
||||||
|
Description=mbsync automated sync of mail
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/home/chris/scripts/mailsync.sh
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
9
systemd/user/mail.timer
Normal file
9
systemd/user/mail.timer
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=timer for syncing mail
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnStartupSec=2min
|
||||||
|
OnUnitActiveSec=30min
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
Loading…
Reference in a new issue