Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
rhoconlinux / nautilus csd fix 1604
Created July 14, 2017 23:12
nautilus csd fix 1604
[Desktop Entry]
NotShowIn=Unity;
Name=Files
Comment=Access and organize files
Keywords=folder;manager;explore;disk;filesystem;
Exec=env XDG_CURRENT_DESKTOP=GNOME nautilus --new-window %U
Icon=system-file-manager
Terminal=false
Type=Application
StartupNotify=true
@rhoconlinux
rhoconlinux / fuentes_infomacion_tdf.html
Last active June 9, 2017 11:13
Fuentes de info TDF
www.eldiariodelfindelmundo.com/
https://minutofueguino.com.ar/feed/rss/
www.surenio.com.ar/
www.tierradelfuego.info/
actualidadtdf.com.ar/
http://red23.com.ar/
www.infofueguina.com/noticias/
www.ushuaianoticias.com/
www.minutouno.com/tierra-del-fuego-a1015
www.airelibre.com.ar/
@rhoconlinux
rhoconlinux / gmail-webapp.desktop
Last active June 7, 2017 23:47
gmail-webapp-chrome
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Gmail
Exec=/opt/google/chrome/google-chrome --app=https://mail.google.com/mail/u/0/#inbox
Icon=gmail
NoDisplay=true
StartupWMClass=mail.gmail.com
@rhoconlinux
rhoconlinux / gmail-webapp.desktop
Created February 28, 2017 17:01
gmail-webapp
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Gmail
Exec=/opt/google/chrome/google-chrome --app=https://mail.google.com/mail/u/0/#inbox
Icon=gmail
NoDisplay=true
StartupWMClass=mail.gmail.com
@rhoconlinux
rhoconlinux / fix panel loki
Last active October 18, 2017 09:15
fix panel loki
/*********
* Panel (wingpanel)*
********/
.panel {
background-color: transparent;
transition: all 100ms ease-in-out;
}
.panel.maximized {
@rhoconlinux
rhoconlinux / spotify-dark.sh
Created February 8, 2017 14:11
spotify-dark
#!/bin/bash
/usr/bin/spotify --no-terminal --force-window -- "$4" &
sleep 0.5
winID=$(wmctrl -l | awk '/./{line=$0} END{print $1;}')
xprop -f _GTK_THEME_VARIANT 8u -set _GTK_THEME_VARIANT "dark" -id `wmctrl -l | grep $winID | cut -d " " -f 1`
`
@rhoconlinux
rhoconlinux / loki installer v3a.sh
Last active June 17, 2017 12:17
loki installer v3a.sh
#!/bin/bash
############## Ver 3a
############## Fixes & Upgrade
#basic fixes for loki
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/DialogsUseHeader': <0>, 'Gtk/ShellShowsAppMenu': <0>, 'Gtk/DecorationLayout': <'close:menu,maximize'>}" ;
sudo service apport stop ;
sudo sed -i 's/enabled=1/enabled=0/g' /etc/default/apport ;
@rhoconlinux
rhoconlinux / gisto.desktopFIX
Created November 30, 2016 14:52
gisto.desktopFIX
[Desktop Entry]
Name=Gisto
GenericName=Gisto
Comment=Browse, manage, create, tag, delete gist snippets
Exec=/usr/bin/gisto
Terminal=false
Icon=gisto
Type=Application
Categories=Network;Devel;
Version=0.2.6b
@rhoconlinux
rhoconlinux / pcmanfm-openasroot-installer.sh
Last active November 29, 2016 20:38
pcmanfm-openasroot-installer-sh
#!/bin/bash
mkdir -p ~/.local/share/file-manager/actions
cd ~/.local/share/file-manager/actions
wget -O root.desktop https://gist.githubusercontent.com/rhoconlinux/5ff62bc0a8a8561826eb1fd18b1215a8/raw/8a0aa3e3961c28d2d8c32e45ee80ab361090d2a0/pcman-fm-context-openasroot.desktop
cd
killall pcmanfm
@rhoconlinux
rhoconlinux / ion-dropbox.sh
Last active July 25, 2017 15:44
dropbox limitado
#!/bin/bash
ionice -c 2 -n 1 dropbox start -i
cpulimit -b -e dropbox -l 3
for j in `ps aux | grep -i dropbox | awk {'print $2'}`; do cpulimit -l 3 -p $j & done &
#paste in /usr/local/bin/ion-dropbox
#ionice -c 2 -n 7 /System/Applications/komorebi
#cpulimit -b -e /System/Applications/komorebi -l 1