1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-03-06 15:03:41 +00:00
J. Fernando Sánchez d1067cbb00 Fix polybar.sh
After the last update, I started getting duplicated bars when using cloned
monitors.

This commit changes the polybar.sh script to use replace xrandr with a call to
`polybar --list-monitors`, which ignores cloned monitors by default.
2020-12-28 14:58:16 +01:00
2015-10-25 01:36:05 +02:00
2016-01-07 12:53:04 +01:00
2020-12-28 12:54:24 +01:00
2020-12-28 12:54:24 +01:00
2020-12-28 12:53:26 +01:00
2019-06-21 11:55:36 +02:00
2015-09-18 02:14:17 +02:00
2020-04-15 17:19:21 +02:00
2020-12-28 12:53:26 +01:00
2020-12-28 12:54:24 +01:00
2020-12-28 14:58:16 +01:00
2015-09-18 02:14:17 +02:00
2015-09-18 02:14:17 +02:00
2020-04-15 17:19:21 +02:00
2020-04-15 17:19:21 +02:00
2020-05-06 16:33:03 +02:00
2017-02-13 16:51:53 +01:00
2020-12-28 12:54:24 +01:00
2020-12-28 12:54:24 +01:00
2015-09-18 02:14:17 +02:00
2017-03-24 18:11:40 +01:00
2020-05-06 18:05:38 +02:00
2017-03-24 18:11:40 +01:00
2017-03-24 18:11:40 +01:00
2017-03-24 18:11:40 +01:00

Balkian's dotfiles

Usage

Download

The Git Way:

git clone https://github.com/balkian/dotfiles.git

The fast way:

curl -#L https://github.com/balkian/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md}

Quick install

make

Install

Each folder contains the configuration files for a specific program, as they would appear under "$HOME" (~). To install them, first initialize the submodules:

git submodule update --init --recursive

Then, you can use the GNU Stow utility to link the files to the appropriate folder:

stow <modules that you want to install>

Alternatively, you may simply copy the files to your $HOME folder.

Description
No description provided
Readme 432 KiB
Languages
Vim script 52.4%
Python 24.4%
Shell 11.3%
Emacs Lisp 10.7%
Nix 0.6%
Other 0.4%