Compare commits

...

7 Commits

Author SHA1 Message Date
Raghav Gururajan 29ac05f4fc
Add gtk. 2021-12-20 16:35:15 -05:00
Raghav Gururajan 5f8ea16731
Add git. 2021-12-20 16:33:44 -05:00
Raghav Gururajan 5fd1db5870
Add gnupg. 2021-12-20 16:33:44 -05:00
Raghav Gururajan 2f504dbcae
Add termite. 2021-12-20 16:33:40 -05:00
Raghav Gururajan cae8edf25e
Add sway. 2021-12-20 16:33:07 -05:00
Raghav Gururajan ae605a314a
Add weston. 2021-12-20 16:32:32 -05:00
Raghav Gururajan e75bdee5d5
Add stumpwm. 2021-12-20 16:31:45 -05:00
13 changed files with 137 additions and 0 deletions

19
git/config Normal file
View File

@ -0,0 +1,19 @@
[user]
name = Raghav Gururajan
email = rg@raghavgururajan.name
signingkey = 7F8BE551
[default]
editor = nano
[core]
editor = nano
[commit]
gpgsign = true
[sendemail]
smtpserver = smtp.migadu.com
smtpuser = rg@raghavgururajan.name
smtpencryption = ssl
smtpserverport = 465
assume8bitEncoding = UTF-8
[credential]
helper = cache --timeout 31536000

6
gnupg/dirmngr.conf Normal file
View File

@ -0,0 +1,6 @@
# Route all network access via Tor.
use-tor
# Specify keyserver to receive keys, send keys, and search for keys.
keyserver hkps://keys.openpgp.org

5
gnupg/gpa.conf Normal file
View File

@ -0,0 +1,5 @@
default-key 7F8BE551
backup-generated
advanced-ui
show-advanced-options

14
gnupg/gpg-agent.conf Normal file
View File

@ -0,0 +1,14 @@
# Set the time a cache entry is valid to 1 day.
default-cache-ttl 86400
default-cache-ttl-ssh 86400
# Set the maximum time a cache entry is valid to 1 day.
max-cache-ttl 86400
max-cache-ttl-ssh 86400
# Specify pinentry program.
pinentry-program /home/rg/.guix-home/profile/bin/pinentry
# Enable OpenSSH agent emulation.
enable-ssh-support

21
gnupg/gpg.conf Normal file
View File

@ -0,0 +1,21 @@
# Specify the default key to sign with.
default-key 7F8BE551
# Assume that command line arguments are given as UTF-8 strings.
utf8-strings
# Automatically locate and retrieve keys.
auto-key-locate keyserver,local
# Set the list of personal cipher preferences.
personal-cipher-preferences AES256
# Set the list of personal digest preferences.
personal-digest-preferences SHA512
# Set the list of personal compression preferences.
personal-compress-preferences ZLIB
# Set the digest for force-use.
digest-algo sha512

3
gnupg/scdaemon.conf Normal file
View File

@ -0,0 +1,3 @@
# Use shared mode to access the card via PC/SC.
pcsc-shared

3
gnupg/sshcontrol Normal file
View File

@ -0,0 +1,3 @@
# secondary
28955BA9E8853437C51EBC9F82AE96C8D87EB59B 0

3
gtk/gtkrc-2.0 Normal file
View File

@ -0,0 +1,3 @@
gtk-font-name = NotoSans 10
gtk-print-backends = file,cups

6
gtk/settings.ini Normal file
View File

@ -0,0 +1,6 @@
[Settings]
gtk-application-prefer-dark-theme = true
gtk-font-name = NotoSans 10
gtk-icon-theme-name = hicolor
gtk-print-backends = file,cups

12
stumpwm/config Normal file
View File

@ -0,0 +1,12 @@
(in-package :stumpwm)
;; Set prefix to Super+T.
(set-prefix-key (kbd "s-t"))
;; Set font to NotoMono.
(require :ttf-fonts)
(setf xft:*font-dirs* '("/run/current-system/profile/share/fonts/"))
(setf clx-truetype:+font-cache-filename+ (concat (getenv "HOME") "/.fonts/font-cache.sexp"))
(xft:cache-fonts)
(set-font (make-instance 'xft:font :family "Noto Mono" :subfamily "Regular" :size 10))

18
sway/config.bak Normal file
View File

@ -0,0 +1,18 @@
# Font.
font pango:NotoMono 10
# Orientation.
default_orientation auto
# Layout.
workspace_layout tabbed
# Title.
title_align center
# Terminal.
set $term termite
# Commands.
exec_always gpg-connect-agent UPDATESTARTUPTTY /bye

7
termite/config Normal file
View File

@ -0,0 +1,7 @@
[options]
font = NotoMono 10
[colors]
foreground = #ffffff
background = #000000

20
weston/weston.ini Normal file
View File

@ -0,0 +1,20 @@
[core]
shell=desktop-shell.so
xwayland=true
modules=cms-colord.so
backend=drm-backend.so
[libinput]
touchscreen_calibrator=true
[shell]
background-image=${XDG_DATA_DIRS}/weston/background.png
[keyboard]
keymap_layout=us
[terminal]
font=NotoMono
font-size=10
term=termite