This file contains 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
Ranger file manager: | |
Ctrl + N : create new tab | |
Tab : switch tab | |
cw : rename file | |
yy : copy | |
pp : paste | |
dd : move | |
zp : toggle preview file | |
gm : go media |
This file contains 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
Installing Arch: | |
sudo vim /etc/pacman.conf | |
Update packages list: sudo pacman -Syy | |
run sudo pacman -Syu before installing any software (to update the repositories first) | |
* Timing issue: | |
- Change hardware clock to use UTC time: | |
sudo timedatectl set-local-rtc 0 |
This file contains 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
# | |
# These things are run when an Openbox X Session is started. | |
# You may place a similar script in $HOME/.config/openbox/autostart | |
# to run user-specific things. | |
# | |
# If you want to use GNOME config tools... | |
# | |
#if test -x /usr/lib/openbox/gnome-settings-daemon >/dev/null; then | |
# /usr/lib/openbox/gnome-settings-daemon & |