Stuff
This commit is contained in:
parent
30fb374849
commit
f336f31f9f
3 changed files with 7 additions and 2 deletions
|
@ -22,5 +22,7 @@ fi
|
||||||
|
|
||||||
pulseaudio --start &
|
pulseaudio --start &
|
||||||
|
|
||||||
|
xset s off -dpms &
|
||||||
|
|
||||||
# fire up wm
|
# fire up wm
|
||||||
exec "$DOTFILES_PATH/de/wmstart"
|
exec "$DOTFILES_PATH/de/wmstart"
|
||||||
|
|
4
scripts/arch-linux/provisioning/irc.bash
Normal file
4
scripts/arch-linux/provisioning/irc.bash
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# TODO: setup weechat matrix plugin
|
||||||
|
# git clone
|
|
@ -17,8 +17,7 @@ bind-key W resize-pane -x 100
|
||||||
bind-key v split-window -h
|
bind-key v split-window -h
|
||||||
bind-key b split-window
|
bind-key b split-window
|
||||||
|
|
||||||
# be xterm
|
set -g default-terminal "tmux-256color"
|
||||||
set -g default-terminal "xterm"
|
|
||||||
|
|
||||||
# iterating
|
# iterating
|
||||||
unbind r
|
unbind r
|
||||||
|
|
Reference in a new issue