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
! rxvt-unicode resources | |
! URxvt*termName: string | |
! URxvt*geometry: geometry | |
! URxvt*chdir: string | |
! URxvt*reverseVideo: boolean | |
! URxvt*loginShell: boolean | |
! URxvt*jumpScroll: boolean | |
! URxvt*skipScroll: boolean | |
! URxvt*pastableTabs: boolean |
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
#!/bin/bash | |
# | |
# This is an Arch Linux installation script for UEFI virtual machines. | |
# Btrfs note: CoW can negatively affect performance with large files that have | |
# small random writes. Disable CoW for databases and virtual machine images. | |
# | |
# To disable CoW for single files/directories do: | |
# $ chattr +C /dir/file |
OlderNewer