All Projects → pasiegel → i3-gaps-install-ubuntu

pasiegel / i3-gaps-install-ubuntu

Licence: other
Simple Script for install i3-gaps on ubuntu 18.04

Projects that are alternatives of or similar to i3-gaps-install-ubuntu

Dots
A Repository For Config Files / Dotfiles / Themes / Color Schemes / Etc...
Stars: ✭ 100 (+66.67%)
Mutual labels:  i3wm, i3-gaps
no-mans-sky-rice-i3wm
i3WM rice themed using No Man's Sky's colors
Stars: ✭ 34 (-43.33%)
Mutual labels:  i3wm, i3-gaps
I3wm Themer
🎨 Theme collection manager for i3-wm
Stars: ✭ 1,854 (+2990%)
Mutual labels:  i3wm, i3-gaps
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+1108.33%)
Mutual labels:  i3wm, i3-gaps
ansible-debian
Buildfiles: Ansible automated leight-weight and sensible Debian provisioning
Stars: ✭ 83 (+38.33%)
Mutual labels:  i3wm, i3-gaps
I3 Config
I3-gaps configuration
Stars: ✭ 67 (+11.67%)
Mutual labels:  i3wm, i3-gaps
Autotiling
Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
Stars: ✭ 243 (+305%)
Mutual labels:  i3wm, i3-gaps
dotfiles
💻 🍚 🔳 🔲 My riced-up Kali dotfiles – off-white | dark leet | chrome lambo
Stars: ✭ 55 (-8.33%)
Mutual labels:  i3wm, i3-gaps
i3status
Simple status bar for i3 / i3-gaps / sway written in bash and python
Stars: ✭ 69 (+15%)
Mutual labels:  i3wm, i3-gaps
dotfiles
My dotfiles, with an out-of-date install-script. Arch, Tiling WM (i3, sway), ZSH, Neovim
Stars: ✭ 20 (-66.67%)
Mutual labels:  i3wm, i3-gaps
Dotfiles
i3 + Plasma: using the i3 window manager on the top of KDE Plasma and other dotfiles, configurations, scripts, workarounds and practises from my Debian Sid machines.
Stars: ✭ 651 (+985%)
Mutual labels:  i3wm, i3-gaps
i3-create-config
Script to create an i3 config from multiple files.
Stars: ✭ 27 (-55%)
Mutual labels:  i3wm, i3-gaps
I3
A fork of the i3 window manager with gaps and some other features
Stars: ✭ 5,512 (+9086.67%)
Mutual labels:  i3wm, i3-gaps
Dotfiles
My dotfiles managed by GNU Stow - Arch, i3-gaps, bspwm, ncmpcpp, (neo)vim, zsh etc.
Stars: ✭ 99 (+65%)
Mutual labels:  i3wm, i3-gaps
I3 And Kde Plasma
How to install the i3 window manager on KDE
Stars: ✭ 279 (+365%)
Mutual labels:  i3wm, i3-gaps
I3 Gaps Deb
Tool to create and install Debian (or Ubuntu) packages of i3-gaps.
Stars: ✭ 236 (+293.33%)
Mutual labels:  i3wm, i3-gaps
Dotfiles
🍙 Personal dotfiles repository.
Stars: ✭ 148 (+146.67%)
Mutual labels:  i3wm, i3-gaps
i3wm-themer
🎨 Theme collection manager for i3-wm
Stars: ✭ 1,956 (+3160%)
Mutual labels:  i3wm, i3-gaps
ArcoLinux-dotfiles
ArcoLinux dotfiles for 2bwm / i3wm
Stars: ✭ 24 (-60%)
Mutual labels:  i3wm, i3-gaps
Dotfiles
🌸 Configuration for i3, kitty, picom, ZSH, gtk, qutebrowser, qbittorrent and more... (All tools for an arch linux new installation)
Stars: ✭ 15 (-75%)
Mutual labels:  i3wm

i3-gaps Install for Ubuntu 18.04

This is just a simple instruction set for installing i3-gaps with all the bells and whistles

Installing i3-gaps

Dependencies

i3-gaps has some packages that are required for it to work so install these things:

sudo apt install libxcb1-dev libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev libxcb-icccm4-dev libyajl-dev libstartup-notification0-dev libxcb-randr0-dev libev-dev libxcb-cursor-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev autoconf xutils-dev libtool libxcb-shape0-dev 

Installing

gaps also needs to be installed from source so run these commands:

cd /tmp
git clone https://www.github.com/Airblader/i3 i3-gaps
cd i3-gaps
git checkout gaps && git pull
autoreconf --force --install
rm -rf build
mkdir build
cd build
../configure --prefix=/usr --sysconfdir=/etc
make
sudo make install

Now i3-gaps should be installed.

Extras

sudo apt-get install wget ranger mediainfo highlight tmux calcurse  newsbeuter moc qutebrowser imagemagick transmission-cli atool xcompmgr blender pinta gimp  markdown mupdf evince audacity vim-latexsuite rsync syncthing cups screenfetch scrot unzip unrar biber ntfs-3g deepin-terminal zip irssi unzip

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].