nhudson / dotfiles

Dotfiles for my Linux Desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell Script

dotfiles

This is a collection of dotfiles on my laptop

Features

Installation

For now I am just linking all of the config directories and files to their location, and link all scripts to their location.

$ for dir in `ls .config`
  do
    ln -s `pwd`/.config/$dir ~/.config/$dir
  done
ln -s `pwd`/.local/bin/laptop-power.sh ~/.local/bin/laptop-power.sh
ln -s `pwd`/.wallpapers ~/.wallpapers
ln -s `pwd`/.screenlayout/ ~/.screenlayout
ln -s `pwd`/.xinitrc ~/.xinitrc
ln -s `pwd`/.xinitrc ~/.Xresources

To make sure the laptop doesn't suspend/hibernate when power is plugged in and lid is closed. You need to edit /etc/systemd/logind.conf and uncomment the following

HandleLidSwitchExternalPower=ignore

Restart systemd-logind

systemctl kill -s HUP systemd-logind

You can run bspwm directly from your $HOME/.xinitrc file, but I am running it with bspwm-gnome. Follow the install if you want to do the same.

Showcase

screenshot

About

Dotfiles for my Linux Desktop


Languages

Language:CSS 95.1%Language:Python 2.5%Language:Shell 2.4%