digifoki.blogg.se

Icecat for windows
Icecat for windows














Is currently running, it executes instead emacsclient -c, openingĪ windowed emacsclient. Run-or-raise-emacsclient function defined earlier,įocussing/cycling through running emacsclients. Where at least one emacsclient is running, it executes the The above function executes the shell-command pgrep "emacsclient"Īnd evaluates whether the output of that shell-command is equal to theĮmpty string (which will be the case only when no emacsclient is ( defcommand decide-on-emacsclient () () ( if ( equal ( run-shell-command "pgrep \"emacsclient\"" t ) "" ) ( run-shell-command "emacsclient -c" ) ( run-or-raise-emacsclient ))) ( define-key *root-map* ( kbd "s-e" ) "decide-on-emacsclient" ) ( define-key *root-map* ( kbd "C-e" ) "decide-on-emacsclient" ) ( define-key *root-map* ( kbd "e" ) "decide-on-emacsclient" ) Stick with prefixed bindings or go back to single action bindings, I’mįrom browsing other stumpwm configs, I came across a useful bit of S-F (hold Super, press f) as a prefix (though whether I’ll To conflict with bindings in Emacs and elsewhere, so I’m testing out

#Icecat for windows windows#

Iĭon’t really like using Control for windows management since it tends Is then released and followed with another key or key combination. 3) Run IceCat in safe mode, use the reset IceCat button, and try running. 2) Disable all addons and plugins while in safemode, and try again. copy of the current release and try running IceCat again. Is by default C-t (that is, hold Control and press t), which 1) If you're not using the most recent version of IceCat (31.8.0-2,) extract a. Same fashion), but the ‘tradition’ seems to be to use a prefix, which StumpWM could be configured in a somewhat similarįashion (though it doesn’t seem to quite use tag/workspaces in the hold Super and Shift and press e) to launch anĮmacsclient (see below on the Emacs client/daemonĬonfiguration). icecat-45.7.0. icecat-45.7.0. mozconfig README.md icecat-win64 This is my first attempt at building a Windows binary of GNU IceCat. S-1 for tag/workspace 1, s-3 for tag/workspace 3, &c., and The Super key in combination with various other keys, including say I’m somewhat habituated to (my) AwesomeWM keybindings, which involve In Common Lisp – which is the desktop paradigm I’ve decided upon for Working on getting familiar with StumpWM – a windows manager written I’m still working on getting my GuixSD machine configured, including














Icecat for windows