This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" GVim on Windows (CHUWI MiniBook) | |
" Since 2019/11/23 | |
" 不可能なサイズにすると、真ん中に大きなサイズで置かれる? | |
set columns=120 | |
set lines=40 | |
" メニューバーを非表示 | |
set guioptions-=m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0'?> | |
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
<fontconfig> | |
<!-- Default serif fonts --> | |
<match target="pattern"> | |
<test qual="any" name="family"><string>serif</string></test> | |
<edit name="family" mode="prepend" binding="same"><string>TakaoPMincho</string> </edit> | |
</match> | |
<!-- Default sans fonts --> | |
<match target="pattern"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "ELECOM Bluetooth TrackBall M-MT2BR" | |
MatchProduct "ELECOM TrackBall Mouse" | |
Driver "libinput" | |
MatchDevicePath "/dev/input/event*" | |
Option "ScrollMethod" "button" | |
Option "ScrollButton" "3" | |
Option "NaturalScrolling" "true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 3.5inch HDMI 480x320 | |
hdmi_group=2 | |
hdmi_mode=87 # Custom mode | |
hdmi_cvt=480 320 60 6 0 0 0 | |
framebuffer_width=480 | |
framebuffer_height=320 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 5inch HDMI 800x480 | |
# sudo cat config.txt.hdmi_800x480 | sudo tee -a /boot/config.txt | |
hdmi_group=2 | |
hdmi_mode=87 # Custom mode | |
hdmi_cvt=800 480 60 6 0 0 0 | |
framebuffer_width=800 | |
framebuffer_height=480 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Update | |
! xrdb -merge $HOME/.Xresources | |
URxvt.geometry: 96x32 | |
URxvt.font: xft:Ricty-10 | |
URxvt.letterSpace: -1 | |
URxvt.cursorBlink: true | |
URxvt.scrollBar: false | |
! Molokai theme |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"settingsVersion": "1.64.3", | |
"exclusionRules": [ | |
{ | |
"pattern": "https?://mail.google.com/*", | |
"passKeys": "" | |
}, | |
{ | |
"pattern": "https?://feedly.com/*", | |
"passKeys": "?" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "Kensington Slimblade Trackball" | |
MatchUSBID "047d:2041" | |
Driver "libinput" | |
MatchDevicePath "/dev/input/event*" | |
Option "ScrollMethod" "button" | |
Option "ScrollButton" "3" | |
Option "NaturalScrolling" "true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "Kensington Slimblade Trackball" | |
MatchUSBID "047d:2041" | |
Driver "libinput" | |
MatchDevicePath "/dev/input/event*" | |
Option "ScrollMethod" "button" | |
Option "ScrollButton" "3" | |
Option "NaturalScrolling" "true" | |
Option "HorizontalScrolling" "false" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "Kensington Slimblade Trackball" | |
MatchUSBID "047d:2041" | |
Driver "libinput" | |
MatchDevicePath "/dev/input/event*" | |
Option "ScrollMethod" "button" | |
Option "ScrollButton" "3" | |
Option "NaturalScrolling" "true" | |
Option "HorizontalScrolling" "false" |
NewerOlder