Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakutis/dotfiles


https://github.com/jakutis/dotfiles

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# How to install this after installing the linux distribution?

1. `apt-get install sudo git`
2. `git clone [email protected]:jakutis/dotfiles repos/git/dotfiles`
3. `sudo repos/git/dotfiles/bin/install-system $(whoami)`
4. `repos/git/dotfiles/bin/install-user`
5. install Google Chrome
6. configure `$HOME/.config/dotfiles`:
- `battery`
- `battery_threshold`
- `brightness`
- `dotfiles`
- `eth`
- `keyboard`
- `machine`
- `wlan`

# What actions need to be done by hand?

- in `/etc/default/im-config` file set `IM_CONFIG_DEFAULT_MODE=xim`

# Recording inactive/unfocused windows

```
vncserver
xtigervncviewer -SecurityTypes VncAuth -passwd /home/jakutis/.vnc/passwd :1 &
ps aux|grep -i ipc-socket
i3-msg -s /run/user/1000/i3/ipc-socket.13187 layout tabbed

export DISPLAY=:1
vokoscreen &
```