Shaare your links...
2008 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 2
30 results for tags X11 x
  • Use ‘xkb’ to setup full-spectrum of modifiers—Meta, Alt, Super, and Hyper—for use with Emacs – Emacs Notes
    How to enable modifier keys in X11.
    https://emacsnotes.wordpress.com/2022/08/16/who-stole-c-c-and-possibly-other-keys-from-my-emacs/ looks interesting too.
    Wed Nov 2 14:19:35 2022 - permalink -
    - https://emacsnotes.wordpress.com/2022/10/30/use-xkb-to-setup-full-spectrum-of-modifiers-meta-alt-super-and-hyper-for-use-with-emacs/
    blog emacs HOWTO key-binding lisp X11
  • Ted Unangst's blog
    Interesting blog, found via the link to https://www.openbsd.org/papers/bsdcan-signify.html on https://blog.vyos.io/minisign-the-future-of-vyos-image-signature-verification
    Examples are
    signify - sign and verify https://flak.tedunangst.com/post/signify
    humungus a mercurial server/web interface written in Go, https://humungus.tedunangst.com/r/humungus and https://flak.tedunangst.com/post/humungus
    X11 example programs such as timescroll - remap ctrl-scroll to undo and redo, https://humungus.tedunangst.com/r/xtoys
    Sun Oct 2 09:31:25 2022 - permalink -
    - https://flak.tedunangst.com/
    blog Go mercurial programming software X11
  • EXWM (Emacs X Window Manager)
    full-featured tiling X window manager for Emacs built on top of XELB. It features:

    Fully keyboard-driven operations
    Hybrid layout modes (tiling & stacking)
    Dynamic workspace support
    ICCCM/EWMH compliance
    (Optional) RandR (multi-monitor) support
    (Optional) Builtin system tray
    (Optional) Builtin input method
    Found on https://news.ycombinator.com/item?id=22457846, where I read the intriguing comment "I have been using it exclusively on my machines for the past three years. By far the best computing environment I have used." from Vladimir Sedach.
    Fri Aug 5 23:54:57 2022 - permalink -
    - https://github.com/ch11ng/exwm
    emacs key-binding TODO X11
  • Cool, but obscure X11 tools
    A small collection of tools for the X Window System. Found on https://wiki.xxiivv.com/site/catclock.html
    Thu Feb 24 18:54:55 2022 - permalink -
    - https://cyber.dabamos.de/unix/x11/
    graphical-programming tool Unix X11
  • XKeyboardConfig
    X Keyboard Configuration Database
    The goal is to provide the consistent, well-structured, frequently released open source of X keyboard configuration data for X Window System implementations (free, open source and commercial). The project is targeted to XKB-based systems.
    https://people.uleth.ca/~daniel.odonnell/Blog/custom-keyboard-in-linuxx11 looks useful as well.
    Thu Jan 27 11:56:08 2022 - permalink -
    - https://www.freedesktop.org/wiki/Software/XKeyboardConfig/
    key-binding TODO X11
  • XTerm Control Sequences
    Found on https://groups.google.com/g/plan9port-dev/c/KD9Bh9RryW8/m/SuYpW1--BAAJ
    Mon Jan 24 13:32:22 2022 - permalink -
    - https://invisible-island.net/xterm/ctlseqs/ctlseqs.html
    ANSI X11
  • Blogs created with org-mode.
    Found on https://ambrevar.xyz/blog-architecture/index.html
    See http://jgkamat.gitlab.io/blog/website1.html for details.
    https://ogbe.net/blog/blogging_with_org.html is another example. The article https://ogbe.net/blog/moar_monitors.html describes how X11 and VNC can provide an additional display.
    Fri Sep 10 22:20:21 2021 - permalink -
    - http://jgkamat.gitlab.io/blog/home.html
    blog org-mode TODO VNC X11
  • XKB Configuration Guide
    This document describes how to configure Xorg XKB from a user's point of view. It covers basic configuration syntax and gives also a few examples.
    See also the "X Keyboard Configuration Database" https://www.freedesktop.org/wiki/Software/XKeyboardConfig and
    "Custom Keyboard in Linux/X11" http://people.uleth.ca/~daniel.odonnell/Blog/custom-keyboard-in-linuxx11 on Daniel Paul O'Donnell's blog.
    Sat May 22 21:14:11 2021 - permalink -
    - https://www.x.org/releases/X11R7.6/doc/xorg-docs/input/XKB-Config.html
    key-binding reading X11
  • /etc/defaults/keyboard
    See also
    https://askubuntu.com/questions/458427/who-reads-etc-default-keyboard
    https://askubuntu.com/questions/1184746/how-to-make-caps-lock-an-additional-ctrl
    https://askubuntu.com/questions/769462/request-for-a-guide-on-setting-up-apple-aluminium-keyboard-on-ubuntu-16-04
    Mon Jul 6 15:40:16 2020 - permalink -
    - https://askubuntu.com/questions/752025/compose-key-doesnt-work-even-though-set-in-etc-default-keyboard
    keyboard Linux Ubuntu X11
  • Asterisk - Matthew Brett's pages
    Found via https://pirsquared.org/blog/, where I followed a link to the sad, but interesting story of the Xfree fork to X.org.
    http://asterisk.dynevor.org/xfree-forked.html
    I have not read
    https://matthew-brett.github.io/curious-git/
    yet, but it sounds interesting.
    Fri Jul 3 09:30:48 2020 - permalink -
    - https://asterisk.dynevor.org/pages/about.html
    blog Python reading software X11
  • Persistent remapping of keys with setxkbmap or Xorg configuration
    Different ways to swap CapsLock and Control.
    See also https://askubuntu.com/questions/976996/add-custom-keyboard-layout?r=SearchResults
    Tue Jun 30 07:58:48 2020 - permalink -
    - https://askubuntu.com/questions/1211307/persistent-remapping-of-keys-with-setxkbmap-or-xorg-configuration
    keyboard Linux Ubuntu X11
  • .@ Tony Finch's homepage
    Interesting software, such as
    unifdef selectively removes C preprocessor conditionals. My version of this program now shipped by all the BSDs (including Mac OS X) and is used by the Linux kernel build system.
    regpg safely stores server secrets using gpg, so you can keep them in version control.
    picoro - tiny coroutine implementations in pure C. I wrote an accompanying article, coroutines in 20 lines of standard C.
    Counting the days - tiny routines for converting Gregorian dates into linear counts, like Julian day numbers or Unix time_t. The date of the count - a small routine for converting linear day counts into Gregorian dates.
    https://dotat.at/@/2016-04-22-synergy-vs-xmodmap-fight.html Why you can't use xmodmap to change how Synergy handles modifier keys
    His log of links, https://dotat.at/:/ which I found on the TUHS mailing list is also worth reading. He explains a bit about this log on http://dotat.at/.
    Mon Jun 8 22:31:25 2020 - permalink -
    - http://dotat.at/
    blog C compiler cryptography Go key-binding lisp software software TUHS X11
  • Getting your way with setxkbmap
    Found via http://xed.ch/help/capslock.html. Hopefully this will help me to get a proper keyboard mapping.
    Fri May 8 21:44:38 2020 - permalink -
    - http://blog.ssokolow.com/archives/2011/12/24/getting-your-way-with-setxkbmap/
    keyboard TODO X11
  • multi-platform screen and application forwarding system "screen for X11"
    Xpra is an open-source multi-platform persistent remote display server and client for forwarding applications and desktop screens.
    It gives you remote access to individual applications or full desktops.
    On X11, it is also known as screen for X11: it allows you to run programs, usually on a remote host, direct their display to your local machine, and then to disconnect from these programs and reconnect from the same or another machine, without losing any state.
    It can also be used to forward full desktops, from X11 servers, MS Windows, or Mac OS X.

    Xpra also allows forwarding of sound, clipboard and printing services.
    Sessions can be accessed over SSH, or password protected over plain TCP sockets with or without SSL.
    Xpra is usable over reasonably slow links and does its best to adapt to changing network bandwidth constraints.
    Tue Oct 1 19:14:38 2019 - permalink -
    - http://xpra.org/
    FOSS GPL software X11
  • ZSH, tmux, Emacs and SSH: A copy-paste story
    Explanations and code for how to enable copy-paste support working in as many terminal applications as possible. Works on a full GUI $DISPLAY, over SSH, on both macOS and Linux, and between ZSH, tmux and Emacs.
    Tue May 8 15:52:36 2018 - permalink -
    - https://blog.d46.us/zsh-tmux-emacs-copy-paste/
    emacs Linux macosx X11
  • in which a path is charted through the coming apocalypse
    Blog article about using the simulated keys of the Emacs X Window Manager (EXWM) to change keymaps of programs such as Mozilla Firefox.
    Sun Feb 11 23:47:27 2018 - permalink -
    - https://technomancy.us/184
    blog emacs software X11
  • absorptions: How I made my Ubuntu usable again
    Useful tips for setting up keyboard shortcuts in (x)ubuntu.
    The blog has a number of interesting articles about detecting and analysing RF and audio signals.
    Tue Sep 26 14:37:51 2017 - permalink -
    - http://www.windytan.com/2012/11/how-i-made-my-ubuntu-usable-again.html
    blog signal-processing X11
  • Xpra - Wikipedia
    xpra or X Persistent Remote Applications is a tool which runs X clients, typically on a remote host, and directs their display to the local machine without losing any state.
    Tue Oct 25 05:25:56 2016 - permalink -
    - https://en.wikipedia.org/wiki/Xpra
    software TODO X11
  • Touch/Libertine - Ubuntu Wiki
    Libertine is a confined sandbox where you can install deb-packaged X11-based Ubuntu applications have have them run under Unity 8.
    Fri May 6 16:32:48 2016 - permalink -
    - https://wiki.ubuntu.com/Touch/Libertine
    touch Ubuntu X11
  • Enter the void * - Unicode : Math, greek, symbols - you name it !
    How to set up keyboard bindings to Unicode characters in X11.
    Thu Jun 11 10:03:51 2015 - permalink -
    - http://blog.emillon.org/posts/2011-11-28-unicode-math-greek-symbols-you-name-it.html#fnref1
    unicode X11
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.