python -m ensurepip
2018年2月25日 星期日
FreeBSD 設定 Xwindow 螢幕亮度
如果是 Intel 顯示卡,可以安裝 intel-backlight ,使用 intel_backlight 指令。
如果是 Nvidia 顯示卡(或是其他顯示卡,我猜這指令應該是 xorg 通用的)可以用 xbacklight -get 取得目前螢幕亮度的百分比,
然後用 xbacklight -set 百分比 ,來設定螢幕亮度的百分比,例如:
xbacklight -set 40 為設定螢幕亮度為 40%
2018年2月20日 星期二
紀錄一下我的 .vimrc
execute pathogen#infect()
syntax on
filetype plugin indent on
colorscheme monokai_pro "https://github.com/Erichain/vim-monokai-pro
set nu
syntax on
filetype plugin indent on
colorscheme monokai_pro "https://github.com/Erichain/vim-monokai-pro
set nu
set noundofile
set cursorline
set guifont=Consolas:h12 "for my windows desktop
set enc=utf-8
map <F10> :NERDTree<CR> "hotkey for NERDTree
註:Windows 下要建立 _vimrc 檔案,放在使用者目錄下。
Colorscheme 檔案的放置要在使用者目錄下建立 vimfiles 目錄,再在其下建立 colors 目錄,然後將 colorscheme 檔案放入
set enc=utf-8
map <F10> :NERDTree<CR> "hotkey for NERDTree
註:Windows 下要建立 _vimrc 檔案,放在使用者目錄下。
Colorscheme 檔案的放置要在使用者目錄下建立 vimfiles 目錄,再在其下建立 colors 目錄,然後將 colorscheme 檔案放入
訂閱:
文章 (Atom)