Fixed .xinitrc and switched from ctrl+x to ctrl+y as prefix.
This commit is contained in:
parent
940b1b5899
commit
1a1a0f7e86
2 changed files with 6 additions and 6 deletions
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
# Set prefix key
|
# Set prefix key
|
||||||
unbind-key C-b
|
unbind-key C-b
|
||||||
bind x send-prefix
|
bind y send-prefix
|
||||||
set -g prefix ^x
|
set -g prefix ^y
|
||||||
|
|
||||||
# DESIGN: 256 COLOR SUPPORT
|
# DESIGN: 256 COLOR SUPPORT
|
||||||
setw -g default-terminal "screen-256color"
|
setw -g default-terminal "screen-256color"
|
||||||
|
|
|
||||||
8
.xinitrc
8
.xinitrc
|
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
source $HOME/env
|
. /home/hanez/.env
|
||||||
|
|
||||||
# Export DEFAULT_SESSION in this file:
|
# 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
|
if [[ "$1" == "xterm" ]]; then
|
||||||
shift
|
shift
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue