2019년 12월 26일 목요일

swaywm + i3status-rust

https://github.com/greshake/i3status-rust

pro:
 quite pretty
con:
 crash when click on volume or net module
 cannot make idle inhibitor

install brightnessctl ttf-font-awesome-4

back to waybar with custom configurations ( https://github.com/Robinhuett/dotfiles/tree/master/.config/waybar )

2019년 12월 25일 수요일

command line wifi - nmcli

* show ap list
nmcli d wifi list
* connect ap
nmcli d wifi connect <AP> password <password>

2019년 12월 23일 월요일

suspend resume log

journalctl -t systemd-sleep

https://unix.stackexchange.com/questions/437798/how-to-make-last-shows-also-suspend-resume-times

2019년 12월 20일 금요일

2019년 12월 18일 수요일

syncthing unable to start on non-ascii environments

touch .config/syncthing/config.xml

and try again

change locale with en_US.UTF-8

do not install syncthing-gtk & start syncthing as user service

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

-- sample?

[Unit]
Description=Syncthing server

[Service]
ExecStart=
ExecStart=/bin/bash -c 'set -o pipefail; /usr/bin/syncthing -no-browser -no-restart -logflags=0 | grep -v "INFO: "'

[Install]
WantedBy=multi-user.target

2019년 12월 10일 화요일

setup canon mf8240cw on manjaro linux

  • printer
    • install cups cndrvcups-lb-bin
    • install cnrdrvcups-lb-bin
    • https://wiki.archlinux.org/index.php/CUPS 
    • add a printer in http://localhost:631
  • scanner

via permission error linux chrome

 https://bbs.archlinux.org/viewtopic.php?id=285709