Merge branch 'master' of github.com:LukeSmithxyz/voidrice

This commit is contained in:
Luke Smith
2020-01-20 14:24:45 -05:00
4 changed files with 5 additions and 1 deletions

21
.config/alsa/asoundrc Normal file
View File

@@ -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"
}
}

View File

@@ -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"

1
.config/wget/wgetrc Normal file
View File

@@ -0,0 +1 @@
hsts-file=~/.cache/wget-hsts