mirror of
https://github.com/theniceboy/.config.git
synced 2026-07-16 22:01:21 +08:00
new config with mailsync
This commit is contained in:
parent
a869686745
commit
e7e93bac07
4 changed files with 9 additions and 3 deletions
|
|
@ -316,6 +316,7 @@ exec --no-startup-id clipit
|
|||
# exec --no-startup-id start_conky_green
|
||||
exec_always --no-startup-id ff-theme-util
|
||||
exec_always --no-startup-id fix_xcursor
|
||||
exec_always --no-startup-id ~/.config/i3/run-mailsync.sh
|
||||
exec_always variety
|
||||
exec_always fcitx
|
||||
#exec_always --no-startup-id ~/.config/i3/tap-to-click.sh
|
||||
|
|
|
|||
6
i3/run-mailsync.sh
Executable file
6
i3/run-mailsync.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
while :; do
|
||||
mailsync
|
||||
sleep 300
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue