Skip to content

Instantly share code, notes, and snippets.

@hvlds
hvlds / manjaroi3_install.sh
Last active November 19, 2019 13:54
Manjaro i3 - Fresh install config
#!/bin/bash
# Install and config a Manjaro i3 fresh system
cd ~
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rofi firefox hsetroot ksysguard okular gnome-terminal glfw-x11
sudo snap install code --classic
# Download i3 and compton configs from gist.github.com (hfvaldesg)
cd Downloads
@hvlds
hvlds / compton.conf
Last active November 17, 2019 12:45
Compton config file | ~/.config/compton.conf
# Shadow
shadow = false;
no-dnd-shadow = true;
no-dock-shadow = true;
clear-shadow = true;
detect-rounded-corners = true;
shadow-radius = 5;
shadow-offset-x = 1;
shadow-offset-y = 1;
shadow-opacity = 1;
@hvlds
hvlds / config
Last active October 19, 2022 18:43
i3 config | ~/.i3/config
# i3 config file (v4)
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# Set mod key (Mod1=<Alt>, Mod4=<Super>)
set $mod Mod4
# set default desktop layout (default is tiling)
# workspace_layout tabbed <stacking|tabbed>
# Configure border style <normal|1pixel|pixel xx|none|pixel>
@hvlds
hvlds / hide-blur-xing
Created October 4, 2019 09:09
Remove blur in Xing profile
$("#person").removeClass("is-blurred");
$(".SignupLayer").hide();