On Sat, 27 Jul 2013 14:17:42 -0400, Carlos Torres wrote:
> I didn't know about this
>
> http://www.phoronix.com/scan.php?page=news_item&px=MTQyMTQ
>
> I'm both excited or looking to troll
I'm the author of the port. I'm not sure how the suckless community
feels about Wayland, but it seems like
On Sat, Jul 27, 2013 at 12:00:04PM -0500, Eric Pruitt wrote:
> In my configuration for st, I have the following Key entry for
> Control+Shift+Tab:
>
> { XK_ISO_Left_Tab, ShiftMask | ControlMask, "\033[27;6;9~", 0, 0, 0},
>
> I would also like to use Control+Tab, so I added the following e
I didn't know about this
http://www.phoronix.com/scan.php?page=news_item&px=MTQyMTQ
I'm both excited or looking to troll
In my configuration for st, I have the following Key entry for
Control+Shift+Tab:
{ XK_ISO_Left_Tab, ShiftMask | ControlMask, "\033[27;6;9~", 0, 0, 0},
I would also like to use Control+Tab, so I added the following entry
above that:
{ XK_ISO_Left_Tab, ControlMask, "\033[27;5;9~", 0
* James Latteier [27.07.2013 15:35]:
> This isn't related to fonts per se. When I launch st using the mod-key
> shortcut the system will freeze when killing X. This doesn't happen with
> another terminal emulator or when launching st from dmenu. I haven't
> seen this reported elsewhere but one
On Mon, Jul 22, 2013 at 3:17 PM, Markus Teich
wrote:
>
> rx_now=0
> tx_now=0
> for i in /sys/class/net/*; do
> if [[ -d "$i" && ${i##*/} != "lo" ]]; then
> if [[ -f "$i/statistics/rx_bytes" ]]; then
> rx_now=($rx_now+`cat $i/statistics/rx_bytes`)
>
This isn't related to fonts per se. When I launch st using the mod-key
shortcut the system will freeze when killing X. This doesn't happen with
another terminal emulator or when launching st from dmenu. I haven't
seen this reported elsewhere but one other person on the arch forum
has the same p
On Sat, Jul 27, 2013 at 11:59:02AM +0200, Markus Wichmann wrote:
> On Fri, Jul 26, 2013 at 10:54:43PM +0300, sin wrote:
> > On Fri, Jul 26, 2013 at 12:14:08PM +0100, Nick wrote:
> > > On Fri, Jul 26, 2013 at 01:51:01PM +0300, sin wrote:
> > > > Incorporated Steve's changes as well to make it compil
On Fri, Jul 26, 2013 at 10:54:43PM +0300, sin wrote:
> On Fri, Jul 26, 2013 at 12:14:08PM +0100, Nick wrote:
> > On Fri, Jul 26, 2013 at 01:51:01PM +0300, sin wrote:
> > > Incorporated Steve's changes as well to make it compile/work
> > > on OpenBSD. I realize #ifdef's are terrible but for now it