Merge branch 'master' of github.com:LukeSmithxyz/voidrice
This commit is contained in:
commit
f1e0015299
2 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,7 @@ bind-key -n C-left prev
|
||||||
bind-key -n C-right next
|
bind-key -n C-right next
|
||||||
bind-key -n C-down next
|
bind-key -n C-down next
|
||||||
set-window-option -g window-status-current-style bg=red
|
set-window-option -g window-status-current-style bg=red
|
||||||
|
bind C-c new-window
|
||||||
bind C-j previous-window
|
bind C-j previous-window
|
||||||
bind C-k next-window
|
bind C-k next-window
|
||||||
#bind-key C-a last-window # C-a C-a for last active window
|
#bind-key C-a last-window # C-a C-a for last active window
|
||||||
|
|
3
.xinitrc
3
.xinitrc
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env sh
|
#!/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.
|
# xinitrc runs automatically when you run startx.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue