summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2024-12-23 14:45:28 +0100
committeryuzu-eva <cafebabe@disroot.org>2024-12-23 14:45:28 +0100
commit88f090f2575b69b75cdcbed6e653291b2d8fc29b (patch)
treef1ddf614d5be0c4c973d31be33d4c14a1a6434d4 /.config
parent7da6e55a85ffe98d92b6c4c1a45eaf88f387ed55 (diff)
changed some things around
Diffstat (limited to '.config')
-rw-r--r--.config/shell/aliasrc11
-rw-r--r--.config/tmux/tmux.conf4
-rw-r--r--.config/x11/xinitrc2
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"