8000 GitHub - ajiepangestu/i3-dotfiles: i3 Configuration
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ajiepangestu/i3-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.xinitrc< 8000 /div>
 
 
 
 
 
 

Repository files navigation

i3-dotfiles

i3 Configuration

Preview

alt text

Dependencies

  1. i3-gaps-rounded
  2. ncpamixer
  3. polybar
  4. xbanish
  5. networkmanager-dmenu
  6. clipmenu
  7. rofi
  8. Mechvibes
  9. Nerd Font Iosevka
  10. San Francisco Font
  11. Material Design Icon

Dotfiles Structure

.
├── .bash
│   ├── aliases
│   ├── environments
│   └── extractor
├── .bash_profile
├── .bashrc
├── .config
│   ├── gtk-3.0
│   │   └── settings.ini
│   ├── i3
│   │   └── config
│   ├── neofetch
│   │   └── config.conf
│   ├── networkmanager-dmenu
│   │   └── config.ini
│   ├── polybar
│   │   ├── config
│   │   └── launch.sh
│   └── rofi-power
│       └── config
├── .gtkrc-2.0
├── .scripts
│   ├── clipmenu
│   ├── menu
│   └── powermenu
├── .wallpaper.jpg
├── .xinitrc
└── .Xresources

Other Configurations

  • Auto Login TTY
sudo systemctl edit getty@tty1
[Service]
ExecStart=
ExecStart=-/usr/bin/agetty --autologin {username} --noclear %I %TERM
  • Fix Tearing
sudo nvim /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  Option "TearFree" "true"
EndSection
  • Tap to Click & Two Finger Scroll
 sudo nvim /etc/X11/xorg.conf.d/90-touchpad.conf
Section "InputClass"
  Identifier "touchpad"
  MatchIsTouchpad "on"
  Driver "libinput"
  Option "Tapping" "on"
  Option "TappingButtonMap" "lrm"
  Option "NaturalScrolling" "on"
  Option "ScrollMethod" "twofinger"
EndSection
  • Fix Dummy Sound Output on Swift 3 required : alsa-ucm-conf & sof-firmware
sudo nvim /etc/modprobe.d/sound.conf
options snd-hda-intel model=dell-headset-multi
options snd-hda-intel power_save=1
amixer
  • ESLINT NeoVIM
:CocCommand eslint.showOutputChannel

About

i3 Configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0