From 48fc2616a3a0440ca5e3c77397a19e9c59e7d243 Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Tue, 26 Sep 2023 20:34:38 +0200 Subject: [PATCH] tmux, profile: nixos adaptation --- .profile | 10 +++++----- .tmux.conf | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.profile b/.profile index c381314..4265653 100644 --- a/.profile +++ b/.profile @@ -31,13 +31,13 @@ if [ "$(hostname)" = "chicken" ] && [ "$(tty)" = "/dev/tty1" ]; then exec startx else if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then - mkdir -p /tmp/wayland_comp - chmod 0700 /tmp/wayland_comp - export XDG_RUNTIME_DIR=/tmp/wayland_comp - QT_QPA_PLATFORM=wayland + #mkdir -p /tmp/wayland_comp + #chmod 0700 /tmp/wayland_comp + #export XDG_RUNTIME_DIR=/tmp/wayland_comp + #QT_QPA_PLATFORM=wayland #exec dbus-launch --sh-syntax --exit-with-session sway dbus-run-session sway #sway fi fi -. "$HOME/.cargo/env" +#. "$HOME/.cargo/env" diff --git a/.tmux.conf b/.tmux.conf index c9ed6e6..1e11e2c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -113,4 +113,4 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy" bind-key p run "wl-paste --no-newline | tmux load-buffer - ; tmux paste-buffer" # Shell -#set -g default-shell /bin/fish +set -g default-shell fish