My tiling Qtile, Spectrwm, i3, Dwm & Sway configurations (for Arch/Devuan/Debian)
Go to file
2022-04-23 22:32:39 +02:00
.bash_completion Dotfiles config 2021-11-13 19:24:20 +01:00
.config Dotfiles config update (2022-04-23) 2022-04-23 22:32:39 +02:00
.vim Dotfiles config update (2021-11-20) 2021-11-20 12:18:57 +01:00
.zsh_functions Dotfiles config 2021-11-13 19:24:20 +01:00
examples Dotfiles config update (2022-04-23) 2022-04-23 22:11:52 +02:00
fonts Dotfiles config update (2021-11-20) 2021-11-20 12:18:57 +01:00
scripts Dotfiles config update (2022-04-04) 2022-04-04 23:35:13 +02:00
wallpapers Dotfiles config update (2021-03-28) 2022-03-28 21:21:13 +02:00
.bashrc Dotfiles config update (2022-04-15) 2022-04-15 20:20:42 +02:00
.conkyrc.bck Dotfiles config update (2021-11-23) 2021-11-23 18:51:12 +01:00
.vimrc Dotfiles config update (2022-04-07) 2022-04-07 09:23:20 +02:00
.Xresources Dotfiles config update (2022-03-13) 2022-03-13 23:52:03 +01:00
.zshrc Dotfiles config update (2022-04-15) 2022-04-15 20:42:36 +02:00
Dependencies.md Dotfiles config update (2022-04-23) 2022-04-23 22:14:01 +02:00
install-config.sh Dotfiles config update (2022-04-07) 2022-04-07 10:24:16 +02:00
README-i3-i3blocks.md Dotfiles config update (2022-04-23) 2022-04-23 22:11:52 +02:00
README-i3-polybar.md Dotfiles config update (2022-04-23) 2022-04-23 22:11:52 +02:00
README-i3.md Dotfiles config update (2022-04-23) 2022-04-23 22:11:52 +02:00
README-qtile.md Dotfiles config update (2022-04-23) 2022-04-23 22:11:52 +02:00
README-spectrwm-polybar.md Dotfiles config update (2022-04-23) 2022-04-23 22:11:52 +02:00
README-spectrwm.md Dotfiles config update (2022-04-23) 2022-04-23 22:11:52 +02:00
README-sway.md Dotfiles config update (2022-04-23) 2022-04-23 22:11:52 +02:00
README.md Dotfiles config update (2022-04-23) 2022-04-23 22:11:52 +02:00

dotfiles - My tiling Qtile, spectrwm, i3 & sway configurations (for Arch/Devuan/Debian)

My configurations:

i3-polybar

Installation:

  • Install dependencies:

  • Install configuration (dotfiles):

    • Clone repository and copy files to your home:

      $ git clone https://github.com/q3aql/dotfiles
      $ cd dotfiles
      $ chmod +x install-config.sh
      $ ./install-config.sh
      

Configuration:

  • Network Manager (Connman or NetWorkManager):

    • By default is enabled NetWorkManager as network manager:

    • If you prefer Connman, edit the file ~/.config/qtile/autostart.sh:

      #connman-gtk --tray &
      nm-applet
      
  • Monitor & resolution:

    • The configuration load my monitor configuration:

    • Use the command xrandr for show your config & edit the file ~/.config/qtile/startxrandr.sh:

      sleep 2
      xrandr --output DisplayPort-0 --mode 1920x1200 -r 59.95
      xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
      
  • Wallpaper:

    • By default, the config load wallpaper on ~/wallpapers/archlinux2.jpg:

    • Edit ~/.config/qtile/autostart.sh for set your favorite wallpaper:

      sleep 3 && nitrogen --head=0 --set-scaled ~/wallpapers/archlinux2.jpg
      nitrogen --head=1 --set-zoom-fill ~/wallpapers/archlinux2.jpg
      
  • Set Screensaver (Optional):

    • The configuration file set xautolock with 20 minutes as screensaver:

    • You can change the program between xautolock and xscreensaver editing the file ~/.config/qtile/startscreensaver.sh:

      # Basic configuration variables
      ScreensaverProgram="xautolock" # Options: xautolock or xscreensaver
      ScreensaverTime="20" # 20 minutes (only for xautolock)
      

Keys configuration:

My list of extra combinations:

- Super + Tab = Next Layout
- Super + Shift + Tab = Previous Layout
- Super + Shift + f = Floating Window
- Super + p = Open Rofi (run mode)
- Super + q = Open Rofi (window mode)
- Super + o = Open Rofi (drun mode)
- Super + b = Open Firefox
- Super + n = Open PCManFM
- Super + t = Open Rofi Theme Selector
- Super + g = Open Geany
- Super + m = Open Telegram 
- Super + z = Open Nitrogen 
- Super + x = Open LXRandr
- Super + u = Open Xterm
- Super + i = Open LXAppearance
- Super + s = Open Screenshooter
- Volume-Up = Volume +5
- Volume-Down = Volume -5
- VolumeMute = Mute Volume
- Super + Shift + q = Shutdown