diff --git a/.tmux.conf b/.tmux.conf index ab8eed83..27b4f568 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,8 +3,8 @@ # Set prefix key unbind-key C-b -bind x send-prefix -set -g prefix ^x +bind y send-prefix +set -g prefix ^y # DESIGN: 256 COLOR SUPPORT setw -g default-terminal "screen-256color" diff --git a/.xinitrc b/.xinitrc index 9b1b7daf..aeaa6637 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,11 +1,11 @@ -#!/bin/sh +#!/bin/bash -source $HOME/env +. /home/hanez/.env # Export DEFAULT_SESSION in this file: -source $HOME/.penv +. /home/hanez/.penv -$HOME/.screenlayout/default.sh +/home/hanez/.screenlayout/default.sh if [[ "$1" == "xterm" ]]; then shift