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
$ cp /usr/share/applications/mimeinfo.cache ~/.local/share/applications/defaults.list | |
$ yaourt -S mimeo | |
$ mimeo --create feh.desktop feh "feh %f" "glob:image/*" | |
$ vim defaults.list // change [MIME Cache] to [Default Applications] | |
$ mimeo --prefer "glob:image/*" feh.desktop |
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
// C:\Program Files\Steam\steamapps\common\dota 2 beta\dota\cfg | |
// Console | |
con_enable "1" | |
// Video | |
fps_max "61" | |
mat_queue_mode "-1" | |
mat_monitorgamma "1.6" | |
mat_triplebuffered "0" |
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
# set a larger readahead size | |
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/read_ahead_kb}="1024" | |
# set deadline scheduler for non-rotating disks | |
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="deadline" | |
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
<?xml version='1.0'?> | |
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
<fontconfig> | |
<!-- ##Style: infinality, win7, winxp, win98 --> | |
<!-- ****************************************************************** --> | |
<!-- *********************** FONT PRIORITIES ************************** --> | |
<!-- ****************************************************************** --> |
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
$ systemd-analyze | |
Startup finished in 3671ms (kernel) + 3101ms (userspace) = 6773ms | |
================================================================================ | |
$ systemd-analyze blame | |
2143ms psd.service | |
510ms mnt-data1.mount | |
458ms mnt-data0.mount | |
118ms systemd-remount-fs.service | |
113ms systemd-udev-trigger.service | |
111ms sys-kernel-debug.mount |
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
pkgbase=vim | |
pkgname=('vim-python3' 'gvim-python3' 'vim-runtime-python3') | |
_pkgprefix=('/opt/vim-python3') | |
_srcpkgname=('vim') | |
_topver=7.3 | |
_patchlevel=600 | |
__hgrev=11d40fc82f11 | |
_versiondir="vim${_topver//./}" | |
pkgver=${_topver}.${_patchlevel} | |
pkgrel=1 |
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
GRUB_DEFAULT=0 | |
GRUB_TIMEOUT=3 | |
GRUB_DISTRIBUTOR="Arch Linux" | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet add_efi_memmap" | |
GRUB_CMDLINE_LINUX="quiet init=/bin/systemd" | |
# Preload both GPT and MBR modules so that they are not missed | |
GRUB_PRELOAD_MODULES="part_gpt part_msdos" | |
# Uncomment to enable Hidden Menu, and optionally hide the timeout count |
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
button.classy, | |
button.classy:disabled, | |
button.classy.disabled, | |
a.button.classy:disabled, | |
a.button.classy.disabled, | |
button.classy:disabled:hover, | |
button.classy.disabled:disabled:hover, | |
a.button.classy.disabled:hover:disabled, | |
a.button.classy.disabled:hover, | |
a.button.classy, |
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
.boxed-group { | |
position:relative; | |
background:#efefef; | |
padding:3px; | |
border-radius:3px; | |
margin:0 0 15px 0; | |
} | |
.boxed-group+.boxed-group { | |
margin-top:35px; | |
} |
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
! Hybrid Terminal Colours. Uses the palette from Tomorrow-Night: | |
! https://github.com/chriskempson/tomorrow-theme/blob/master/vim/colors/Tomorrow-Night.vim | |
! vim: ft=xdefaults | |
*background: #1D1F21 | |
*foreground: #C5C8C6 | |
! black | |
*color0: #282A2E | |
*color8: #373B41 | |
! red |
OlderNewer