Fixed .xinitrc and switched from ctrl+x to ctrl+y as prefix.

This commit is contained in:
Johannes Findeisen 2024-09-04 23:23:51 +02:00
commit e01209c34e
2 changed files with 6 additions and 6 deletions

View file

@ -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