Skip to content

LawrenceJGD/dots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dots

Sample Background | neofetch Icon

Dotfiles exclusively for i3-gaps.

⚠️ Before you install

  • Do a backup of your dotfiles.
  • Once cloned the repo, go to .config/i3/config (repo folder), look for xrandr and replace the output and the mode.
  • Do a double check of the i3 config file (.config/i3/config again, in the repo folder) and make sure all it's ok for your environment.

packages

polybar - third party modules

other

quick install (Arch)

  1. Install required packages.
yay -S picom-ibhagwan-git kitty polybar xrandr feh rofi
  1. Clone the repo and cd to it.
git clone https://github.com/Saektide/dots.git && cd dots
  1. Run the apply script with the option to restart the i3 instance.
sudo ./apply.sh -r

apply script (options)

  • -h Show the help screen.
  • -c Select a module/package to apply the desired config.
  • -r Restart the i3 instance after apply process.
  • -b Bypass the confirmation (press any key to continue).

examples

Apply dotfiles only for rofi and bypass the confirmation prompt.

sudo ./apply.sh -c rofi -b

Apply dotfiles only for i3, bypass the confirmation prompt and restart the i3 instance.

sudo ./apply.sh -c i3 -b -r

updating

If you want to keep up-to-date your dotfiles with this repo, do a cd to the repo folder, pull the changes and re-apply them.

git pull && sudo ./apply.sh

troubleshooting

My screen resolution changed and i want to revert it

Check in the repo folder, the i3 config file .config/i3/config, look for xrandr and replace the resolution and the output.

If you don't have any idea of that, simply run xrandr in your terminal and you will be able to see the available outputs and modes for your screen(s). e.g. - if you have a VGA monitor should be marked as "VGA-0" or similar, that's the output. For mode it's just the resolution e.g. 1360x768 so if you want to apply all that, simply put xrandr --output VGA-0 --mode 1360x768 in the i3 config.

I have another version of picom.

Simply remove that version and install the ibhagwan's version. Kill the process (pkill picom) before do this. If you're in Arch simply do yay -R picom and then yay -S picom-ibhagwan-git.

It looks different on my screen...

If you have any problem installing the dotfiles, open an issue and don't forget to provide logs and your machine info (use neofetch or similar), you can provide screenshots if needed!

About

config files for linux env.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.3%
  • Shell 38.1%
  • CSS 12.6%