diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-06 20:11:00 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-06 20:11:00 +0700 |
commit | 7a99a87b87ba2e6ab006032eb1687d61d01d9c58 (patch) | |
tree | 21cda208ad8e92448943a0efabb7672a68cc3f21 /debian | |
parent | 4aeb2084faf18d7eb31d442651086504d87576e9 (diff) | |
download | dotfiles-7a99a87b87ba2e6ab006032eb1687d61d01d9c58.tar.gz |
Update 2019-12-06
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.config/gtk-3.0/settings.ini | 2 | ||||
l--------- | debian/.config/systemd/user/default.target.wants/emacs.service | 1 | ||||
l--------- | debian/.config/systemd/user/default.target.wants/ipfs.service | 1 | ||||
-rw-r--r-- | debian/.config/systemd/user/ipfs.service | 10 | ||||
-rw-r--r-- | debian/.gtkrc-2.0 | 2 |
5 files changed, 14 insertions, 2 deletions
diff --git a/debian/.config/gtk-3.0/settings.ini b/debian/.config/gtk-3.0/settings.ini index 4635233..8a630a8 100644 --- a/debian/.config/gtk-3.0/settings.ini +++ b/debian/.config/gtk-3.0/settings.ini @@ -1,4 +1,4 @@ [Settings] -gtk-font-name = Latin Modern Sans 11 +gtk-font-name = Latin Modern Sans 12 gtk-application-prefer-dark-theme = true gtk-key-theme-name = Emacs diff --git a/debian/.config/systemd/user/default.target.wants/emacs.service b/debian/.config/systemd/user/default.target.wants/emacs.service new file mode 120000 index 0000000..003173b --- /dev/null +++ b/debian/.config/systemd/user/default.target.wants/emacs.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/emacs.service \ No newline at end of file diff --git a/debian/.config/systemd/user/default.target.wants/ipfs.service b/debian/.config/systemd/user/default.target.wants/ipfs.service new file mode 120000 index 0000000..c6e8f95 --- /dev/null +++ b/debian/.config/systemd/user/default.target.wants/ipfs.service @@ -0,0 +1 @@ +/home/cnx/.config/systemd/user/ipfs.service \ No newline at end of file diff --git a/debian/.config/systemd/user/ipfs.service b/debian/.config/systemd/user/ipfs.service new file mode 100644 index 0000000..26edbb2 --- /dev/null +++ b/debian/.config/systemd/user/ipfs.service @@ -0,0 +1,10 @@ +[Unit] +Description=IPFS daemon +After=network.target + +[Service] +ExecStart=/home/cnx/.local/share/go/bin/ipfs daemon +Restart=on-failure + +[Install] +WantedBy=default.target diff --git a/debian/.gtkrc-2.0 b/debian/.gtkrc-2.0 index 01f826b..c71b8ee 100644 --- a/debian/.gtkrc-2.0 +++ b/debian/.gtkrc-2.0 @@ -1,3 +1,3 @@ -gtk-font-name = "Latin Modern Sans 11" +gtk-font-name = "Latin Modern Sans 12" gtk-theme-name = "CleanIce-Marble" gtk-key-theme-name = "Emacs" |