Skip to content

Instantly share code, notes, and snippets.

View edavis25's full-sized avatar

Eric Davis edavis25

View GitHub Profile
@edavis25
edavis25 / laravel_pagination.scss
Created February 2, 2018 08:09
Bootstrap-inspired styles for use with Laravel's generated pagination links
// Bootstrap-inspired styles for the pagination links that
// Laravel dynamically generates in views.
// @author: Eric Davis
.pagination {
li {
display: inline-block;
float: left;
font-size: 1.1rem;
color: #2196f3;
@edavis25
edavis25 / mouse_sensitivity.sh
Created June 27, 2018 19:27
Shell script for setting mouse sensitivity
#!/bin/bash
flag=true
while [ "$flag" == true ]; do
xinput --list
echo "##################################################"
echo "Select the ID of your input device:"
read input_device