-
Recent Posts
Recent Comments
Archives
Categories
- Data Structures and Algorithms (2)
- Linux (11)
- Misc (2)
- Programming (19)
- Tools (14)
- Web Development (12)
- Windows (1)
Meta
Log In
Tag Archives: ubuntu
Ubuntu 11.04 Unity Gets in the Way of the User
Ubuntu has released a new version (11.04) of its Linux operating system. Instead of going with Gnome 3, it went with Unity as the default desktop environment. I’ve now used both Unity and Gnome 3, and it continues to confuse … Continue reading
Styling Emacs Scrollbar in Ubuntu
Emacs uses GTK by default in Ubuntu. In your ~/.emacs file, there should be no (scroll-bar-mode nil). Then add the following to ~/.gtkrc-2.0 style “contrast” { GtkScrollbar::has_forward_stepper = 0 GtkScrollbar::has_backward_stepper = 0 bg[NORMAL] = “red” bg[PRELIGHT] = “dark red” bg[ACTIVE] = … Continue reading