Stuff
This commit is contained in:
parent
30fb374849
commit
f336f31f9f
|
@ -22,5 +22,7 @@ fi
|
|||
|
||||
pulseaudio --start &
|
||||
|
||||
xset s off -dpms &
|
||||
|
||||
# fire up wm
|
||||
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 b split-window
|
||||
|
||||
# be xterm
|
||||
set -g default-terminal "xterm"
|
||||
set -g default-terminal "tmux-256color"
|
||||
|
||||
# iterating
|
||||
unbind r
|
||||
|
|
Reference in a new issue