Skip to content

pettinarip/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dots files

Install fonts

Fontawesome | cheatsheet

i3

Dependencies:

  • i3-gaps
  • i3blocks
  • playerctl
  • zsh
    • oh-my-zsh
    • zsh-autosuggestions
    • spaceship-prompt
  • terminator
  • arandr
  • feh
  • compton
  • rofi
  • git
    • diff-so-fancy

Enable touchpad

# https://cravencode.com/post/essentials/enable-tap-to-click-in-i3wm/
sudo mkdir -p /etc/X11/xorg.conf.d && sudo tee <<'EOF' /etc/X11/xorg.conf.d/90-touchpad.conf 1> /dev/null
Section "InputClass"
        Identifier "touchpad"
        MatchIsTouchpad "on"
        Driver "libinput"
        Option "Tapping" "on"
        Option "NaturalScrolling" "on"
        Option "ScrollMethod" "twofinger"
EndSection

EOF

nvidia

// check available versions
ubuntu-drivers devices
// install lastest version
sudo ubuntu-drivers autoinstall
// or a specific version
sudo apt install nvidia-XXX

TODO

  • Create new display layout scripts for work and home to handle multiple monitors
  • Create new bindmode to handle i3 exit modes (restart, shutdown, hibernate, etc)
  • Bind WS to monitors based on each display configs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published