Dotfiles
#Linux
xrandr
https://wiki.archlinux.jp/index.php/Xrandr
解像度 調整 設定
mkdir -p
既に存在していても警告出ない
sway
https://wiki.archlinux.jp/index.php/Sway
make PHONY
http://objectclub.jp/community/memorial/homepage3.nifty.com/masarl/article/gnu-make/rule.html
pacman.conf
ILoveCandy
.zshenv
shell実行時も呼ばれる
.zlogin
最後に呼ばれるみたい
https://www.trhrkmk.com/posts/debian-stretch-i3wm-thinkpad-t480s-settings/
xinput
https://wiki.archlinux.jp/index.php/Libinput
デバイスとその番号を確認するには:
xinput list
オプションを確認するには:
xinput list-props device
オプションを設定するには:
xinput set-prop device option-number setting
例えば、libinput の Click Method Enabled (303) のオプションを設定するには、以下のコマンドを実行:
xinput set-prop 14 303 {1 1}
-------
alacritty
デフォルトconfigを生成したか
bat
document とあのdotfilesを参考にした
cmus
document参考にしたと思う
i3 multi display setting
xrandr --output HDMI-1 --auto --left-of eDP-1
オンラインアカウントやカレンダーとかのデータ消すには
rm ~/.config/evolution/sources/*
dconf
gnomeの設定ファイル
https://askubuntu.com/questions/26056/where-are-gnome-keyboard-shortcuts-stored
https://www.ostechnix.com/backup-and-restore-linux-desktop-system-settings-with-dconf/
dconf load /org/gnome/ < ~/.config/dconf/user.conf
gnomeの設定読み込み
dconf dump /org/gnome/ > '/home/taki/.config/dconf/user.conf'
gnomeの設定をdump