diff options
| -rw-r--r-- | okshrc | 2 | ||||
| -rwxr-xr-x | xinitrc | 1 |
2 files changed, 3 insertions, 0 deletions
| diff --git a/okshrc b/okshrc index 0340dc1..806a263 100644 --- a/okshrc +++ b/okshrc | |||
| @@ -42,6 +42,8 @@ alias english='export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8' | |||
| 42 | alias timestamp='date +%Y-%m-%d_%H-%M -u' | 42 | alias timestamp='date +%Y-%m-%d_%H-%M -u' |
| 43 | alias monero='monero-wallet-cli' | 43 | alias monero='monero-wallet-cli' |
| 44 | alias filehash='openssl dgst -shake256 -xoflen 128' | 44 | alias filehash='openssl dgst -shake256 -xoflen 128' |
| 45 | alias opencode='qemu-x86_64 -cpu Nehalem /usr/local/bin/opencode' | ||
| 46 | alias rconnect='rtl_fm -f 462.5625M -M fm -s 22050 -g 40 -l 50 | aplay -r 22050 -f S16_LE' | ||
| 45 | 47 | ||
| 46 | gpgsign() { | 48 | gpgsign() { |
| 47 | if [ $# -eq 0 ]; then | 49 | if [ $# -eq 0 ]; then |
| diff --git a/xinitrc b/xinitrc index 3838303..35a0e68 100755 --- a/xinitrc +++ b/xinitrc | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
| 2 | 2 | ||
| 3 | export AUDIODEVICE=snd/default | ||
| 3 | xsetroot -solid "#2e3440" | 4 | xsetroot -solid "#2e3440" |
| 4 | xrdb -merge ~/.Xresources | 5 | xrdb -merge ~/.Xresources |
| 5 | xwallpaper --zoom ~/Pictures/bg.jpeg | 6 | xwallpaper --zoom ~/Pictures/bg.jpeg |
