Kernel Study Notes

Home Archives
2013-10-07
others

How to make selected tab in terminal more prominent

On ubuntu 13.04, create the file ~/.config/gtk-3.0/gtk.css with following lines

1
2
3
4
5
martin@ubuntu:~$ cat ~/.config/gtk-3.0/gtk.css 
TerminalWindow .notebook tab:active {
background-color: #0000FF;
}
martin@ubuntu:~$
Share
Newer
ipv4 route fib table lookup
Older
IPv4 route fib trie inflate

Recent Posts

  • linux网口<UP> 和state UP 的区别
  • ECMP Hash 计算详解: fib_multipath_hash() 四种策略全解析
  • Linux 内核 Nexthop 对象化: Patch 4c7e8084 深度解析
  • tcp_v4_connect 三次路由查询详解
  • ECMP选路: fib_select_multipath Hash 机制深度解析

Categories

  • IPv6
  • bpf
  • debug
  • gcc
  • irq
  • memory
  • neighbour
  • netdev
  • netlink
  • others
  • route
  • sched
  • tools
  • xfrm

Tags

  • IPv4
  • IPv6
  • TODO
  • address
  • bh
  • bpf
  • checksum
  • debug
  • epoll
  • fib
  • gcc
  • git
  • ip-link
  • ipv6
  • irq
  • kernel
  • linux
  • memory
  • namespace
  • neighbour
  • netdev
  • netdevice
  • netlink
  • network
  • others
  • ovs
  • route
  • routing
  • sched
  • socket
  • tcp
  • tcpdump
  • vim
  • xdp
  • xfrm
© 2026 Martinbj2008
Powered by Hexo
Home Archives