diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/shell/aliasrc | 11 | ||||
| -rw-r--r-- | .config/tmux/tmux.conf | 4 | ||||
| -rw-r--r-- | .config/x11/xinitrc | 2 |
3 files changed, 2 insertions, 15 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 459a714..b6af02b 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -76,17 +76,6 @@ date-reverse() { done; } -## CONVERTING VIDEO - -# convert video files to webm -mkwebm() { - ffmpeg -i "${1}" -c:v libvpx-vp9 -crf 32 -c:a libvorbis "${1%.*}.webm" -} - -mkmp4() { - ffmpeg -i "${1}" -c:v libx264 -crf 32 -c:a aac "${1%.*}.mp4" -} - # shortcut for dotfiles repo alias dfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME' alias dcomm='dfiles commit -m' diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index af55944..ca39f72 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -37,8 +37,8 @@ set -g prefix C-Space unbind C-b bind C-Space send-prefix -bind C-s split-window -v -c "#{pane_current_path}" -bind C-v split-window -h -c "#{pane_current_path}" +bind C-s split-window -h -c "#{pane_current_path}" +bind C-v split-window -v -c "#{pane_current_path}" bind C-w killp bind C-q killw bind C-p previous-window diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index cfa0ee2..d66d447 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -13,8 +13,6 @@ xrandr --output DisplayPort-2 --mode 1920x1080 --left-of HDMI-A-0 # xrandr --output DisplayPort-2 --mode 1920x1080 --primary # xrandr --output HDMI-A-0 --mode 1280x960 --left-of DisplayPort-2 -rfkill block bluetooth - xset r rate 250 30 xset s off -dpms setxkbmap -option "ctrl:nocaps" |
