[go: up one dir, main page]

Skip to content

LeslieHor/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Install

Install the following packages:

stow -nSv <VERSION> -t ~
stow -Sv <VERSION> -t ~

Uninstall

stow -nDv <VERSION> -t ~
stow -Dv <VERSION> -t ~

Files

.bashrc

.bash_aliases

.keynavrc

.tmux.conf

.bash_prompt

.tridactylrc

.stalonetrayrc

.config

i3status

dzen2_bar

The dzen2 bar depends on i3c to detect displays and add a dock to each display.

run_dzen2_bar

dunst

dunstrc

i3

i3c

The i3c python script offers some functionality that is missing from i3.

Compatible with i3wm versions:

i3 v4.12 lacks the swap command, so marks are used to facilitate.

config
keybind_popup
mini_popup

bin

set-cpu-max

brightness-up

org-clip

passmenu

brightness-down

toggle-sticky-keys

toggle-mute

Firefox

Unfortunately, firefox uses unique ids for profile names, which I am unable to handle using stow.

Sym link the following:

firefox/userChrome.css --> ~/.mozilla/firefox/<ID>.default/chrome/userChrome.css
firefox/userContent.css --> ~/.mozilla/firefox/<ID>.default/chrome/userContent.css

You may need to create parent directories.

These files disable the tab bar, and set the default background to grey so you don’t get flashed with a white screen when a page is loading.

Note the css that hides the tab bar. I do not use tabs in firefox. Instead, I use i3’s tab layout to achieve the same thing but with better integration with the wm. This has the advantage of being able to use the same commands to move tabs around my desktop as moving normal windows. E.g. I can yank a tab and paste it to a different workspace whilst leaving all other tabs alone, or use the window search to also find browser tabs.

about:config settings

SettingValue
toolkit.legacyUserProfileCustomizations.stylesheetstrue
browser.tabs.opentabfor.middleclickfalse
layout.css.devPixelsPerPx0.70
browser.fixup.alternative.enabledfalse
browser.urlbar.trimURLsfalse
browser.zoom.siteSpecificfalse

Addons

  • Ublock origin
  • Dark Background and Light Text
  • Imagus
  • SingleFile
  • Tridactyl
  • Disable Autoplay for Youtube
  • Stylus
  • Video Speed Controller
  • Youtube Classic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages