Skip to content

Instantly share code, notes, and snippets.

@nongiach
Last active January 14, 2019 22:33
Show Gist options
  • Save nongiach/672e1731fc4dd2021c8a90e96a8839cf to your computer and use it in GitHub Desktop.
Save nongiach/672e1731fc4dd2021c8a90e96a8839cf to your computer and use it in GitHub Desktop.
alias i="apt-get install"
alias s="apt-cache search"
apt-get install i3
# image viewer
apt-get install nitrogen
# screenshot
apt-get install scrot
# network manager
apt-get install network-manager-gnome
echo "exec --no-startup-id nm-applet" >> ~/.config/i3/config
sed 's/semicolons/m/g' .config/i3/config <= not tested
https://jmpesp.me/kali-and-i3-lightening-the-load/
/usr/share/gdm/BuiltInSessions/default.desktop <= set i3 as default
sed -i.bak '/^Exec=/ s/default/i3/' /usr/share/gdm/BuiltInSessions/default.desktop
rm /usr/share/xsessions/gnome*
replace => for apt install i3blocks
status_command i3status
status_command i3blocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment