From 9ed3e303fb6bf2e9a0cc6c748c606fc4e934811a Mon Sep 17 00:00:00 2001 From: Prithu Goswami Date: Sun, 9 Feb 2020 17:48:13 +0530 Subject: [PATCH 1/2] tmux bind for new window (#429) --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 2a6cda1..6d85cc7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -37,6 +37,7 @@ bind-key -n C-left prev bind-key -n C-right next bind-key -n C-down next set-window-option -g window-status-current-style bg=red +bind C-c new-window bind C-j previous-window bind C-k next-window #bind-key C-a last-window # C-a C-a for last active window From ddce1acca44015781244f2b0e200dbea0472b91e Mon Sep 17 00:00:00 2001 From: goldcoders <55337687+goldcoders@users.noreply.github.com> Date: Sun, 9 Feb 2020 20:24:30 +0800 Subject: [PATCH 2/2] Fix Gnome Apps Slow Start Up Issue (#446) --- .xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.xinitrc b/.xinitrc index 3a5a220..577cd5b 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,7 @@ #!/usr/bin/env sh +# Fix Gnome Apps Slow Start due to failing services +# Add this when you include flatpak in your system +dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY # xinitrc runs automatically when you run startx.