This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pr-coverage | |
on: pull_request | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
max-parallel: 4 | |
matrix: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Config Files Repo : https://github.com/Bearbobs/glorious-awesome-debian | |
Setps to setup on debain based system as the original author is on arch and It's quite diffrent procedure as compared. | |
## Awesome and Rofi are quite old in debain repo, Building from Git is required. | |
Steps to do the same. | |
## Rofi-> | |
git clone --recursive https://github.com/DaveDavenport/rofi | |
cd rofi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Source: https://www.reddit.com/r/linux/comments/14heuu/xfce_gala_plank_awesome/ | |
Add the elementary daily ppa and install gala + plank + dconf-tools | |
sudo apt-add-repository ppa:elementary-os/daily | |
sudo apt-get update $$ sudo apt-get dist-upgrade | |
sudo apt-get install gala plank dconf-tools gtk2-engines-pixbuf | |
Set gala as xfce's default window manager |