dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit 950579a14f1cc0dc6325dc0a9d3c2dbf9b0bf51d
parent 82d89c7e1cbbcc4a52412bdc2833e8f9f1359b99
Author: Ryan Jeffrey <pwishie@gmail.com>
Date:   Fri, 27 Mar 2020 06:50:00 -0700

commit

Diffstat:
A.config | 2++
D.config/i3/config | 223-------------------------------------------------------------------------------
D.config/i3status/config | 76----------------------------------------------------------------------------
T.econfig.org | 0
T.emacs | 0
T.zshrc | 0
Acrontab | 2++
Ascripts | 2++
Dscripts/.gitignore | 80-------------------------------------------------------------------------------
Dscripts/albart | 10----------
Dscripts/faw | 11-----------
Dscripts/ffe | 10----------
Dscripts/gmdx | 9---------
Dscripts/init-polybar.sh | 12------------
Dscripts/monset.zsh | 12------------
Dscripts/shuf.zsh | 46----------------------------------------------
Dscripts/sinit | 8--------
17 files changed, 6 insertions(+), 497 deletions(-)

diff --git a/.config b/.config @@ -0,0 +1 @@ +/home/ryan/.config+ \ No newline at end of file diff --git a/.config/i3/config b/.config/i3/config @@ -1,222 +0,0 @@ - -# It will not be overwritten, so edit it as you like. -# -# Should you change your keyboard layout some time, delete -# this file and re-run i3-config-wizard(1). -# - -# i3 config file (v4) -# -# Please see https://i3wm.org/docs/userguide.html for a complete reference! - -set $mod Mod4 -gaps inner 15 -gaps outer 15 - -# Thinkpad multimedia keys - -bindsym $mod+Return exec st -bindsym $mod+m exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound -bindsym $mod+t exec emacsclient -c - - -# Font for window titles. Will also be used by the bar unless a different font -# is used in the bar {} block below. -font pango:Ubuntu-M:style=regular - -# This font is widely installed, provides lots of unicode glyphs, right-to-left -# text rendering and scalability on retina/hidpi displays (thanks to pango). -#font pango:DejaVu Sans Mono 8 - -# Before i3 v4.8, we used to recommend this one as the default: -# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -# The font above is very space-efficient, that is, it looks good, sharp and -# clear in small sizes. However, its unicode glyph coverage is limited, the old -# X core fonts rendering does not support right-to-left and this being a bitmap -# font, it doesn’t scale on retina/hidpi displays. - -# Use Mouse+$mod to drag floating windows to their wanted position -floating_modifier $mod - -# start a terminal -# bindsym $mod+Return exec xterm - -# kill focused window -bindsym $mod+Shift+q kill - -# start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run -# There also is the (new) i3-dmenu-desktop which only displays applications -# shipping a .desktop file. It is a wrapper around dmenu, so you need that -# installed. -# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop - -# change focus -bindsym $mod+j focus left -bindsym $mod+k focus down -bindsym $mod+l focus up -bindsym $mod+semicolon focus right - -# for window, order sometimes matters -for_window [class="^.*"] border pixel 1 - -# alternatively, you can use the cursor keys: -bindsym $mod+Left focus left -bindsym $mod+Down focus down -bindsym $mod+Up focus up -bindsym $mod+Right focus right - -# move focused window -bindsym $mod+Shift+h move left -bindsym $mod+Shift+j move down -bindsym $mod+Shift+k move up -bindsym $mod+Shift+l move right - -# alternatively, you can use the cursor keys: -bindsym $mod+Shift+Left move left -bindsym $mod+Shift+Down move down -bindsym $mod+Shift+Up move up -bindsym $mod+Shift+Right move right - -# split in horizontal orientation -bindsym $mod+h split h - -# split in vertical orientation -bindsym $mod+v split v - -# enter fullscreen mode for the focused container -bindsym $mod+f fullscreen toggle - -# change container layout (stacked, tabbed, toggle split) -#bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed -bindsym $mod+p layout toggle split - -# toggle tiling / floating -bindsym $mod+Shift+space floating toggle - -# change focus between tiling / floating windows -bindsym $mod+space focus mode_toggle - -# focus the parent container -bindsym $mod+a focus parent - -exec --no-startup-id /home/ryan/src/scripts/monset.zsh - -# focus the child container -#bindsym $mod+d focus child - -# Define names for default workspaces for which we configure key bindings later on. -# We use variables to avoid repeating the names in multiple places. -set $ws1 "1:Web" -set $ws2 "2:Discord" -set $ws3 "3:Misc" -set $ws4 "4:Misc" -set $ws5 "5:Misc" -set $ws6 "5:Steam" -set $ws7 "6:Emacs" -set $ws8 "8:Misc" -set $ws9 "9:Unity" -set $ws10 "10:Misc" - -# switch to workspace -bindsym $mod+1 workspace $ws1 -bindsym $mod+2 workspace $ws2 -bindsym $mod+3 workspace $ws3 -bindsym $mod+4 workspace $ws4 -bindsym $mod+5 workspace $ws5 -bindsym $mod+6 workspace $ws6 -bindsym $mod+7 workspace $ws7 -bindsym $mod+8 workspace $ws8 -bindsym $mod+9 workspace $ws9 -bindsym $mod+0 workspace $ws10 - -# move focused container to workspace -bindsym $mod+Shift+1 move container to workspace $ws1 -bindsym $mod+Shift+2 move container to workspace $ws2 -bindsym $mod+Shift+3 move container to workspace $ws3 -bindsym $mod+Shift+4 move container to workspace $ws4 -bindsym $mod+Shift+5 move container to workspace $ws5 -bindsym $mod+Shift+6 move container to workspace $ws6 -bindsym $mod+Shift+7 move container to workspace $ws7 -bindsym $mod+Shift+8 move container to workspace $ws8 -bindsym $mod+Shift+9 move container to workspace $ws9 -bindsym $mod+Shift+0 move container to workspace $ws10 - - -set $left_mon "HDMI-A-2" -set $right_mon "DisplayPort-2" - -workspace 1 output $left_mon -workspace 2 output $left_mon -workspace 3 output $left_mon -workspace 4 output $left_mon -workspace 5 output $left_mon - -workspace 6 output $right_mon -workspace 7 output $right_mon -workspace 8 output $right_mon -workspace 9 output $right_mon -workspace 10 output $right_mon - -bindsym $mod+b exec --no-startup-id i3-msg 'workspace $ws1; exec /usr/bin/firefox' - -# reload the configuration file -bindsym $mod+Shift+c reload -# restart i3 inplace (preserves your layout/session, can be used to upgrade i3) -bindsym $mod+Shift+r restart -# exit i3 (logs you out of your X session) -bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" - -# resize window (you can also use the mouse for that) -mode "resize" { - # These bindings trigger as soon as you enter the resize mode - - # Pressing left will shrink the window’s width. - # Pressing right will grow the window’s width. - # Pressing up will shrink the window’s height. - # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt - - # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt - - # back to normal: Enter or Escape or $mod+r - bindsym Return mode "default" - bindsym Escape mode "default" - bindsym $mod+r mode "default" -} - -bindsym $mod+r mode "resize" - -# Start i3bar to display a workspace bar (plus the system information i3status -# finds out, if available) - bar { - status_command i3status - strip_workspace_numbers yes -} - - -exec --no-startup-id compton -b - -assign [class="firefox"] $ws1 -assign [class="emacs"] $ws7 -assign [class="Unity"] $ws9 -assign [class="discord"] $ws2 -assign [class="Steam"] $ws6 - -exec --no-startup-id firefox -exec --no-startup-id discord -exec --no-startup-id steam -#exec --no-startup-id emacsclient -c - -exec --no-startup-id 'i3-msg workspace $ws6; i3-msg layout tabbed' -exec --no-startup-id 'i3-msg workspace $ws9; i3-msg layout tabbed' - -# exec --no-startup-id feh --bg-fill --no-xinerama /home/ryan/Pictures/Gnu_wallpaper.png- \ No newline at end of file diff --git a/.config/i3status/config b/.config/i3status/config @@ -1,76 +0,0 @@ -# i3status configuration file. -# see "man i3status" for documentation. - -# It is important that this file is edited as UTF-8. -# The following line should contain a sharp s: -# ß -# If the above line is not correctly displayed, fix your editor first! - -general { - colors = true - interval = 5 - color_good = "#1793d0" -} - -#order += "ipv6" -order += "volume master" -order += "wireless _first_" -order += "ethernet _first_" -order += "battery all" -order += "disk /" -#order += "load" -order += "cpu_usage" -order += "memory" -order += "cpu_temperature 0" -order += "tztime local" - -wireless _first_ { - format_up = "Wifi: (%quality at %essid) %ip" - format_down = "Wifi: down" -} - -ethernet _first_ { - format_up = "Eth: %ip (%speed)" - format_down = "Eth: down" -} - -battery all { - integer_battery_capacity = true - last_full_capacity = true - format_down = "No battery" - format = "Bat: %percentage %remaining" -} - -disk "/" { - format = "/ %avail" -} - -cpu_usage { - format = "CPU: %usage" -} - -load { - format = "%1min \%" -} - -volume master { - format = "♪ %volume" - format_muted = "♪ muted (%volume)" - device = "pulse" -} - -memory { - format = "Used: %used | Free: %available" - threshold_degraded = "1G" - format_degraded = "MEMORY < %available" -} - - -cpu_temperature 0 { - format = "%degrees °C" - path = "/sys/class/thermal/thermal_zone0/temp" -} - -tztime local { - format = "%I:%M %p" -} diff --git a/.econfig.org b/.econfig.org diff --git a/.emacs b/.emacs diff --git a/.zshrc b/.zshrc diff --git a/crontab b/crontab @@ -0,0 +1 @@ +/var/spool/cron/ryan+ \ No newline at end of file diff --git a/scripts b/scripts @@ -0,0 +1 @@ +/home/ryan/src/scripts/+ \ No newline at end of file diff --git a/scripts/.gitignore b/scripts/.gitignore @@ -1,79 +0,0 @@ - -# Created by https://www.gitignore.io/api/cmake,emacs -# Edit at https://www.gitignore.io/?templates=cmake,emacs - -### CMake ### -CMakeLists.txt.user -CMakeCache.txt -CMakeFiles -CMakeScripts -Testing -Makefile -cmake_install.cmake -install_manifest.txt -compile_commands.json -CTestTestfile.cmake -_deps - -### CMake Patch ### -# External projects -*-prefix/ - -### Emacs ### -# -*- mode: gitignore; -*- -*~ -\#*\# -/.emacs.desktop -/.emacs.desktop.lock -*.elc -auto-save-list -tramp -.\#* - -# Org-mode -.org-id-locations -*_archive - -# flymake-mode -*_flymake.* - -# eshell files -/eshell/history -/eshell/lastdir - -# elpa packages -/elpa/ - -# reftex files -*.rel - -# AUCTeX auto folder -/auto/ - -# cask packages -.cask/ -dist/ - -# Flycheck -flycheck_*.el - -# server auth directory -/server/ - -# projectiles files -.projectile - -# directory configuration -.dir-locals.el - -# network security -/network-security.data - - -# End of https://www.gitignore.io/api/cmake,emacs - -bin/ - -dw - -build/- \ No newline at end of file diff --git a/scripts/albart b/scripts/albart @@ -1,10 +0,0 @@ -#/usr/bin/env zsh - -OIFS="$IFS" -IFS=$'\n' -for i in `find $1 -type f -name "*.mp3"`; do - file=`echo "$i" | sed 's/ /\\ /g'` - ffmpeg -i $file -i $2 -b 192k -map_metadata 0 -map 0 -map 1 output.mp3 - mv output.mp3 $file - exit -done diff --git a/scripts/faw b/scripts/faw @@ -1,11 +0,0 @@ -#!/usr/bin/env zsh - -default="C:" -search=$default - -[ $ARGC -eq 1 ] && search=$1 - -for file in ./**/*(.); do - grep $search -Hin $file -done - diff --git a/scripts/ffe b/scripts/ffe @@ -1,10 +0,0 @@ -#/usr/bin/env zsh - -default=".c" -search=$default - -[ $ARGC -eq 1 ] && search=$1 - -for file in ./**/*(.); do - echo $file | grep $search -i -done diff --git a/scripts/gmdx b/scripts/gmdx @@ -1,9 +0,0 @@ -#!/usr/bin/env sh - -# Sets up GMDX mod for Deus Ex on Linux - -xgamma -gamma 1.5 - -STEAM_COMPAT_DATA_PATH=~/.proton/ ~/.local/share/Steam/steamapps/common/Proton\ 4.2/proton run /home/ryan/.local/share/Steam/steamapps/common/Deus\ Ex/System/GMDXv10.exe - -xgamma -gamma 1.0 diff --git a/scripts/init-polybar.sh b/scripts/init-polybar.sh @@ -1,12 +0,0 @@ -#!/usr/bin/env sh - -# Terminate already running bar instances -killall -q polybar - -# Wait until the processes have been shut down -while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done - -# Launch Polybar, using default config location ~/.config/polybar/config -polybar main & - -echo "Polybar launched..." diff --git a/scripts/monset.zsh b/scripts/monset.zsh @@ -1,12 +0,0 @@ -#!/usr/bin/env zsh - -# Sets up my monitors - -xrandr --output HDMI-A-2 --auto --left-of DisplayPort-2 --output DisplayPort-2 \ - --rate 144 --primary --mode 2560x1440 - -xrandr --output DisplayPort-1 --mode 1920x1080 --same-as HDMI-A-2 - -sleep 3 - -nitrogen --restore diff --git a/scripts/shuf.zsh b/scripts/shuf.zsh @@ -1,46 +0,0 @@ -#!/usr/bin/env zsh - -# This scripts shuffles the inputs and runs them in as music files. - -# Echo to stderr -echoerr() { - echo "$@" 1>&2 -} - -# Alter these values as necessary -# Takes the file extension of the file and returns the music player associated with it -getplayer() { - case $1 in - "mp3") - echo "cvlc" - ;; - "m4a") - echo "cvlc" - ;; - "modPlayer") - echo "cvlc" - ;; - "webm") - echo "cvlc" - ;; - *) - echoerr "The music file type $1 is not supported." - return -1 - ;; - esac -} - -songs=( $(echo "$@" | sed -r 's/(.[^;]*;)/ \1 /g' | tr " " "\n" | shuf | tr -d " " ) ) - -for song in $songs; do - filename=`basename -- "$song"` - extension="${filename##*.}" - - player=$(getplayer "$extension") - - # If getting the type did not failed then play the song - [[ $? == 0 ]] && echo "Now playing $song" && $player "$song" -done - - - diff --git a/scripts/sinit b/scripts/sinit @@ -1,8 +0,0 @@ -#!/usr/bin/env zsh - - -# Starts a Sven coop dedicated server - -cd ~/.local/share/Steam/steamapps/common/Sven\ Co-op\ Dedicated\ Server -./svends_run +ip 25.17.249.130 +port 27015 -