일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Docker
- port open
- libvirt
- KVM
- golang
- awx
- pacman
- k8s
- Octavia
- ceph
- cephadm
- kolla
- grafana-loki
- Arch
- kolla-ansible
- OpenStack
- Kubernetes
- Ansible
- cloud-init
- ceph-ansible
- repository
- HTML
- terraform
- i3
- nfs-provisioner
- Linux
- archlinux
- yum
- ubuntu
- Kubeflow
- Today
- Total
목록i3 (5)
YJWANG
https://github.com/YoungjuWang/yjwang-dotfiles/blob/master/README.md 업무용 노트북 세팅 정보입니다
Autorandr은 hdmi등 외부 display 연결 및 해지 시 자동으로 설정된 resolution (해상도)를 불러와서 display 세팅을 맞춰주는 프로그램입니다. i3에서 매 번 해상도 변경하는게 귀찮았는데 약 3개월 정도 사용해본 결과 편하게 사용하고 있습니다. 설치는 아래 github을 참고 부탁드리며 저는 Arch linux를 사용중이기 때문에 autorandr 패키지를 사용해서 설치했습니다. https://github.com/phillipberndt/autorandr 사용법 autorandr은 profile 기준으로 동작합니다. 먼저 arandr이나 xrandr을 이용하여 display 세팅을 완료합니다. 아래는 arandr을 이용한 제 display 세팅 예시입니다. 상태 확인 $ xr..
# xdg-settings set default-web-browser google-chrome.desktop # xdg-settings get default-web-browser google-chrome.desktop
아래 파일에 내용을 추가한다. 이후 reboot하거나 재 로그인하면 된다. Option "Naturalscrolling" "True" cat /usr/share/X11/xorg.conf.d/40-libinput.conf |grep touchpad -A 5 Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Option "NaturalScrolling" "True" Driver "libinput" EndSection
atom 설정내용 추가해야 함 패키지 설치 sudo pacman -Ss tilix sudo pacman -Sy firefox sudo pacman -Sy git sudo pacman -Sy flameshot sudo pacman -Ss ibus sudo pacman -Sy ibus ibus-hangul sudo pacman -Sy pulseaudio sudo pacman -Sy pa-applet sudo pacman -Sy pavucontrol sudo pacman -Sy manjaro-pulse pulseaudio systemd [yjwang@yjwang ~]$ systemctl cat pulseaudio # /etc/systemd/system/pulseaudio.service [Unit] Descri..