From e01209c34ee85b4278715cf7138f40e651506397 Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 4 Sep 2024 23:23:51 +0200 Subject: [PATCH] Fixed .xinitrc and switched from ctrl+x to ctrl+y as prefix. --- .tmux.conf | 4 ++-- .xinitrc | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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