diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-01-20 14:24:45 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-20 14:24:45 -0500 |
| commit | d118a55983fffb1ba0c4e5d5bce987bf4ed8acdb (patch) | |
| tree | 3c91eeec0b45dff0bd003e067a33e6603d60e7c9 /.config | |
| parent | 7a5b3cc2326983e30bdea8147a561a61f34243eb (diff) | |
| parent | 1537583b5ea44d8b215b41861b1e98cdbb5a7893 (diff) | |
| download | eibhear-d118a55983fffb1ba0c4e5d5bce987bf4ed8acdb.tar.gz eibhear-d118a55983fffb1ba0c4e5d5bce987bf4ed8acdb.tar.zst eibhear-d118a55983fffb1ba0c4e5d5bce987bf4ed8acdb.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config')
| -rw-r--r-- | .config/alsa/asoundrc | 21 | ||||
| -rw-r--r-- | .config/i3/config | 1 | ||||
| -rw-r--r-- | .config/wget/wgetrc | 1 |
3 files changed, 22 insertions, 1 deletions
diff --git a/.config/alsa/asoundrc b/.config/alsa/asoundrc new file mode 100644 index 0000000..38722f0 --- /dev/null +++ b/.config/alsa/asoundrc @@ -0,0 +1,21 @@ +# Find and use input "Microphone" for input +pcm.usb +{ + type hw + card Microphone +} +pcm.!default +{ + type asym + playback.pcm + { + # Use the dmix plug to allow multiple outputs. + type plug + slave.pcm "dmix" + } + capture.pcm + { + type plug + slave.pcm "usb" + } +} diff --git a/.config/i3/config b/.config/i3/config index 6522d5e..9cc44c8 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -47,7 +47,6 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+Escape workspace prev -bindsym $mod+Shift+Escape exec --no-startup-id prompt "Exit i3?" "i3-msg exit" # bindsym $mod+BackSpace bindsym $mod+Shift+BackSpace exec --no-startup-id prompt "Reboot computer?" "$reboot" diff --git a/.config/wget/wgetrc b/.config/wget/wgetrc new file mode 100644 index 0000000..4fd7999 --- /dev/null +++ b/.config/wget/wgetrc @@ -0,0 +1 @@ +hsts-file=~/.cache/wget-hsts |
