添加tmux配置
This commit is contained in:
Binary file not shown.
8
dot/.tmux.conf
Normal file
8
dot/.tmux.conf
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# remapping M-Space to prefix
|
||||||
|
set -g prefix M-Space
|
||||||
|
unbind C-b
|
||||||
|
bind-key M-Space send-prefix
|
||||||
|
|
||||||
|
# set ` as secondary prefix
|
||||||
|
set -g prefix2 `
|
||||||
|
bind-key ` send-prefix -2
|
||||||
@@ -38,5 +38,5 @@ INPUT_DEVICES="libinput"
|
|||||||
VIDEO_CARDS="fbdev nvidia"
|
VIDEO_CARDS="fbdev nvidia"
|
||||||
|
|
||||||
DESKTOP_USE="X alsa apng dbus fbcon ffmpeg fuse gif gtk gtk2 gtk3 http2 icu jpeg mp3 mp4 mpeg mtp nvidia ogg opengl pdf png svg tiff unicode vaapi vdpau xv xvmc"
|
DESKTOP_USE="X alsa apng dbus fbcon ffmpeg fuse gif gtk gtk2 gtk3 http2 icu jpeg mp3 mp4 mpeg mtp nvidia ogg opengl pdf png svg tiff unicode vaapi vdpau xv xvmc"
|
||||||
#USE="${USE} ${DESKTOP_USE} consolekit policykit pulseaudio truetype udev xft xcb xkb -bluetooth -cups -gpm -libva -modemmanager"
|
#USE="${USE} ${DESKTOP_USE} consolekit cups policykit pulseaudio truetype udev xft xcb xkb -bluetooth -gpm -libva -modemmanager"
|
||||||
USE="${USE} ${DESKTOP_USE} elogind policykit truetype udev xft xcb xkb -bluetooth -cups -gpm -libva -modemmanager"
|
USE="${USE} ${DESKTOP_USE} cups elogind policykit truetype udev xft xcb xkb -bluetooth -gpm -libva -modemmanager"
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
app-emulation/virtualbox-bin PUEL
|
app-emulation/virtualbox-bin PUEL
|
||||||
dev-db/mongodb SSPL-1
|
dev-db/mongodb SSPL-1
|
||||||
|
net-analyzer/nmap NPSL
|
||||||
|
net-misc/anydesk AnyDesk-TOS
|
||||||
net-misc/teamviewer TeamViewer
|
net-misc/teamviewer TeamViewer
|
||||||
www-client/google-chrome google-chrome
|
www-client/google-chrome google-chrome
|
||||||
www-plugins/adobe-flash AdobeFlash-11.x
|
www-plugins/adobe-flash AdobeFlash-11.x
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ app-text/xmlto text
|
|||||||
dev-lang/python sqlite
|
dev-lang/python sqlite
|
||||||
dev-libs/gmp static-libs
|
dev-libs/gmp static-libs
|
||||||
dev-libs/libpcre2 pcre16
|
dev-libs/libpcre2 pcre16
|
||||||
media-libs/mesa -vaapi -gallium
|
# media-libs/mesa -vaapi -gallium
|
||||||
net-misc/curl telnet
|
net-misc/curl telnet
|
||||||
net-misc/openssh libedit
|
net-misc/openssh libedit
|
||||||
sys-apps/util-linux static-libs
|
sys-apps/util-linux static-libs
|
||||||
@@ -42,13 +42,14 @@ x11-terms/rxvt-unicode 256-color blink fading-colors pixbuf unicode3
|
|||||||
#www-servers/uwsgi cgi python
|
#www-servers/uwsgi cgi python
|
||||||
|
|
||||||
# emacs
|
# emacs
|
||||||
app-editors/emacs cairo dynamic-loading gfile gsettings gui gzip-el harfbuzz json libxml2 m17n-lib sound source wide-int
|
app-editors/emacs cairo dynamic-loading gfile gsettings gui gzip-el harfbuzz jit json libxml2 m17n-lib sound source wide-int
|
||||||
# move app-emacs/emacs-common-gentoo app-emacs/emacs-common
|
# move app-emacs/emacs-common-gentoo app-emacs/emacs-common
|
||||||
app-emacs/emacs-common gui
|
app-emacs/emacs-common gui
|
||||||
sys-devel/gcc jit
|
sys-devel/gcc jit
|
||||||
|
|
||||||
# p7zip
|
# p7zip
|
||||||
app-arch/p7zip rar -wxwidgets
|
app-arch/p7zip rar -wxwidgets
|
||||||
|
|
||||||
app-editors/vim lua python
|
app-editors/vim lua python
|
||||||
|
|
||||||
# file manager
|
# file manager
|
||||||
@@ -87,3 +88,6 @@ media-sound/pulseaudio -orc
|
|||||||
media-fonts/terminus-font otf
|
media-fonts/terminus-font otf
|
||||||
|
|
||||||
net-misc/aria2 bittorrent metalink tcmalloc xmlrpc
|
net-misc/aria2 bittorrent metalink tcmalloc xmlrpc
|
||||||
|
|
||||||
|
# awesome use lua5.3
|
||||||
|
x11-wm/awesome LUA_SINGLE_TARGET: lua5-3 -lua5-1
|
||||||
Reference in New Issue
Block a user