Coder Social home page Coder Social logo

dotfiles's Introduction

dotfiles

Scripts

Package list

comm -23 <(pacman -Qqen | sort) <(pacman -Qqeg base-devel xorg xorg-apps | sort) > PKG

Xfce4 shortcuts

  • Dump: xfconf-query -c xfce4-keyboard-shortcuts -lv > xfce4/keyboard-shortcuts
  • Restore:
# https://forum.xfce.org/viewtopic.php?id=12822
while read line
do
	xfconf-query -c xfce4-keyboard-shortcuts -p "$(echo $line | awk '{print $1}')" -s "$(echo $line | awk '{print $2}')" -n
done < xfce4/keyboard-shortcuts

Pacman Hooks

  • vscode: Change default extension location from home to .local/share/code-oss and updatet product.json

Packages

Xfce4

  • xfce4-power-manager
  • xfce4-session
  • xfce4-settings
  • xfdesktop
  • xfwm4

Zephyrus G14

  • asus-nb-ctrl-gitAUR
  • acpi_call: Fan mode
  • amd-ucode
  • xf86-video-amdgpu
  • nvidia-dkms
  • nvidia-prime
  • nvidia-settings
  • nvidia-utils

Notes

Firefox dark mode

Set those key in about:config:

  • privacy.resistFingerprinting to false
  • ui.systemUsesDarkTheme to 1 (optional)

Zram

Add zram to /etc/fstab

...
/dev/zram0 none swap defaults 0 0
/dev/zram1 none swap defaults 0 0
/dev/zram2 none swap defaults 0 0
/dev/zram3 none swap defaults 0 0
/dev/zram4 none swap defaults 0 0
/dev/zram5 none swap defaults 0 0
/dev/zram6 none swap defaults 0 0
/dev/zram7 none swap defaults 0 0

Fusuma

gem install rdoc
gem install fusuma

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.