2021년 1월 31일 일요일

ibus xfce4 endeavouros

.bashrc 말고 .xprofile


export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus"
export QT4_IM_MODULE="ibus"
export XMODIFIERS="@im=ibus"

 

 

 https://zeee.io/2020/08/02/manjaro-xfce-korean-input-setup/

ebiten requirements for void linux

 go, pkg-config, gcc, libX11-devel, libXcursor-devel, libXrandr-devel, libXinerama-devel, libXi-devel, MesaLib-devel


minor, minor, minor

2021년 1월 19일 화요일

gimp plugin test for watchface gen

  • high pass
    • line nova
    • vignette
    • mosaic
    • gaussian difference
    • laplace
  • embossing
  • lense distortion
  • video
  •  

2020년 12월 25일 금요일

decode shift-jis bytes with python3

bytes([0xcc, 0xc0, 0xc0, 0xcb, 0xde, 0x20, 0xba, 0xc9,0x20,0xbe,0xb6,0xb2,0xc6]).decode('shift_jisx0213')

from ida bytes...

bytes([int(x.split('db ')[1][:4].rstrip('h').strip(),16) for x in s.split('\n')]).decode('shift_jisx0213')

2020년 11월 28일 토요일

ryzen screen tearing fix

 

/etc/X11/xorg.conf.d/20-amdgpu.conf
Section "Device"
     Identifier "AMD"
     Driver "amdgpu"
     Option "TearFree" "true"
  EndSection

 

https://wiki.archlinux.org/index.php/Ryzen

thunar or pcmanfm does not store smb password

 yay -S gnome-keyring

2020년 11월 21일 토요일

archlabs + openbox

* ibus

  in .xprofile

export XMODIFIERS="@im=ibus"
export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus"

https://teqnograf.blogspot.com/2019/05/ibus-on-antergos.html


* install d2coding, noto-fonts-cjk

* dpi

You can set the dpi in ~/.Xresources. I think the default is

Xft.dpi: 96
https://forums.bunsenlabs.org/viewtopic.php?id=5673
* sakura for terminal 
* clipit for clipboard manager 
  * add clipit to autostart  
* visual-studio-code-bin
* gitflow-avh 
* thunar
* gvfs-smb 
* pamac-aur
  * add pamac-try to autostart 
* notification fix(cannot run update on pamac)
  * https://wiki.archlinux.org/index.php/Desktop_notifications#Standalone
notification-daemon
    * add org.freedesktop.Notifications.service 

void vscode/firefox open dialog not working

 install nautilus