Home liberachat/#kmonad: Logs Calendar

Logs: liberachat/#kmonad

←Prev  Next→
Page 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 125
12,418 events total
2021-08-16 19:24:19 dagle joins (dagle@user/dagle)
2021-08-17 14:27:33 silasfox joins (~silasfox@xdsl-78-35-71-64.nc.de)
2021-08-17 15:09:16 × silasfox quits (~silasfox@xdsl-78-35-71-64.nc.de) (Quit: Connection closed)
2021-08-18 17:52:24 <Tisoxin> the `cmd-button` confuses me
2021-08-18 17:54:08 <Tisoxin> why the heck doesn't `(cmd-button "notify-send hallo")` simply work :S
2021-08-18 17:54:13 <Tisoxin> confusion
2021-08-18 18:02:29 <Tisoxin> . o O („♫Just tell me why?“)
2021-08-18 18:03:52 <Tisoxin> though evey `touch /home/vherrmann/test-test` doesn't seem to work
2021-08-18 18:04:19 <Tisoxin> *even
2021-08-18 18:16:00 <Solid> Tisoxin: do you have enabled `allow-cmd` in the config?
2021-08-18 18:16:04 <Solid> I believe it's off by default
2021-08-18 18:16:16 <Tisoxin> i haven't lol
2021-08-18 18:16:28 <Solid> :)
2021-08-18 18:16:32 <Tisoxin> though i was pretty certain, that once the command worked…
2021-08-18 18:16:39 <Tisoxin> must have imagined it
2021-08-18 18:21:58 <Tisoxin> yes, no my config works :)
2021-08-18 18:22:20 <Tisoxin> no i can use qwertz with the xmonad-keybindings of my ergonomic layaut
2021-08-19 07:03:33 Guest22 joins (~Guest22@2405:201:5c04:f170:463d:f711:6e6b:7da2)
2021-08-19 07:03:42 <Guest22> hello
2021-08-19 07:07:25 × Guest22 quits (~Guest22@2405:201:5c04:f170:463d:f711:6e6b:7da2) (Client Quit)
2021-08-19 08:32:31 × gk[m] quits (~annapriva@2001:470:69fc:105::1608) (Quit: Bridge terminating on SIGTERM)
2021-08-19 08:32:31 × contessa quits (~contessa@2001:470:69fc:105::a9f) (Quit: Bridge terminating on SIGTERM)
2021-08-19 08:32:31 × wolficefang[m] quits (~wolficefa@2001:470:69fc:105::a3f1) (Quit: Bridge terminating on SIGTERM)
2021-08-19 08:32:32 × fap[m] quits (~fapmatrix@2001:470:69fc:105::cd11) (Quit: Bridge terminating on SIGTERM)
2021-08-19 08:32:33 × TomasJakl[m] quits (~jaklttchn@2001:470:69fc:105::a42) (Quit: Bridge terminating on SIGTERM)
2021-08-19 08:32:35 × Tisoxin quits (~ikosit@user/ikosit) (Quit: Bridge terminating on SIGTERM)
2021-08-19 08:36:10 TomasJakl[m] joins (~jaklttchn@2001:470:69fc:105::a42)
2021-08-19 08:40:41 Tisoxin joins (~ikosit@user/ikosit)
2021-08-19 08:40:41 <Tisoxin> hi
2021-08-19 08:51:46 gk[m] joins (~annapriva@2001:470:69fc:105::1608)
2021-08-19 08:51:46 contessa joins (~contessa@2001:470:69fc:105::a9f)
2021-08-19 08:51:52 fap[m] joins (~fapmatrix@2001:470:69fc:105::cd11)
2021-08-19 08:51:58 wolficefang[m] joins (~wolficefa@2001:470:69fc:105::a3f1)
2021-08-19 19:00:27 × ElKowar549 quits (~ElKowar@srv-fin.xware-gmbh.de) (*.net *.split)
2021-08-19 19:00:27 × lambdabot quits (~lambdabot@haskell/bot/lambdabot) (*.net *.split)
2021-08-19 19:00:45 ElKowar549 joins (~ElKowar@srv-fin.xware-gmbh.de)
2021-08-19 19:03:25 lambdabot joins (~lambdabot@haskell/bot/lambdabot)
2021-08-19 19:59:43 <contrapunctus> o/
2021-08-19 20:00:13 <contrapunctus> Is there any way I can bind C-m to send Enter?
2021-08-19 20:00:26 <contrapunctus> Looked in some of the user configs, but didn't find anything
2021-08-19 20:33:16 <Tisoxin> afaik there is no symple way
2021-08-19 20:33:42 <Tisoxin> i think you have to create a special layer that gets invoked when you press C
2021-08-19 20:34:04 <Tisoxin> and in it you'd have to rebind all keys apart from Enter to their C- equivalent
2021-08-19 20:34:40 <Tisoxin> iirc i programmed a preprocessor for that use case
2021-08-19 20:39:09 Tisoxin sent a code block: https://libera.ems.host/_matrix/media/r0/download/libera.chat/270846db18479aea3f4e44cff2cbdea87d897ccf
2021-08-19 20:39:55 <Tisoxin> if you run this program with a `hm.kbd` in the same directory, a `hm.kbd.tmp` will be produced
2021-08-19 20:54:13 <Tisoxin> you probably shouldn't use it
2021-08-19 20:54:31 <Tisoxin> atm i can't test it, but i think it won't go well with keywords
2021-08-19 20:54:59 <Tisoxin> (since it escapes buttons with `:`)
2021-08-19 21:17:59 <contrapunctus> Le sigh o.O
2021-08-20 06:47:13 <Tisoxin> contrapunctus: Also iirc this program would convert `(deflayer-with-prefix base ctrl 1 2 :3 :esc)` to `(deflayer base ctrl-1 ctrl-2 3 esc)` or sth
2021-08-20 06:47:17 <Tisoxin> (i can't test it atm)
2021-08-20 06:57:48 <Solid> (all programs that matter already interpret C-m as RET :>)
2021-08-20 07:15:09 <Tisoxin> Solid: „ich glaub es hackt“
2021-08-20 07:16:45 <Tisoxin> Solid: I was still thinking about my comment to #337, when I realised that you'd already commented
2021-08-20 07:17:14 <Solid> like 20 seconds ago yes
2021-08-20 07:17:23 <Solid> feel free to chime in with your own opinion of course
2021-08-20 07:17:27 <Tisoxin> :S
2021-08-20 07:18:19 <Tisoxin> Solid: but your comment is very well written
2021-08-20 07:18:40 <Tisoxin> i pretty much agree
2021-08-20 18:50:31 <contrapunctus> Tisoxin: hm...I feel sad, so many of the things I want to try are more work than I'd like, or completely unsupported, in kmonad 😔️
2021-08-20 18:51:18 <Tisoxin> contrapunctus: I know :(
2021-08-20 18:54:35 <contrapunctus> I tried binding Left Shift to () (when tapped; like before), Right Shift to "", Left Alt to [], and Right Alt to {}...but none of the new ones worked x-P
2021-08-20 19:42:20 <contrapunctus> Trying something new...each Alt as an additional Enter, and each Super as an additional Backspace 🤔️
2021-08-21 05:52:48 kimjetwav joins (~user@2607:fea8:235f:9730:8b2e:1bfa:6b62:49c6)
2021-08-21 12:50:04 ElKowar549 is now known as ElKowar
2021-08-21 17:32:57 Shleemypants joins (~Shleemypa@46.188.121.47)
2021-08-21 17:38:05 <Shleemypants> hello guys. I need a help about Kmonad. If i work not only US layout... How create switch on another lang? In X or wayland i switch xkb (xkb_layout, variant, options). Who write with KMonad not only US layout? How? Maybe can I see any examples? Cheers (sorry, my Eng is terrible)
2021-08-21 17:39:58 <Solid> Shleemypants: On X11 you can use setxkbmap after starting kmonad (I'm sure wayland has a more complicated equivalent for it :>)
2021-08-21 17:40:56 <Shleemypants> after switching on, for example, DE or RU, i lost config KMonad on this layout?
2021-08-21 17:41:13 <Solid> the `uinput-sink` option has a second optional string that gets executed by a shell after kmonad starts up
2021-08-21 17:41:40 <Shleemypants> How config KMonad for another lang? Solid - THX
2021-08-21 17:42:22 <Shleemypants> I want modification keys not only US ;)
2021-08-21 17:42:30 <Solid> something like `uinput-sink "keyboard-name" "sleep 0.2s; setxkbmap ru"` should probably work
2021-08-21 17:43:16 <Shleemypants> thanks... Go trying... Later i coming back
2021-08-21 17:43:39 × Shleemypants quits (~Shleemypa@46.188.121.47) (Quit: Client closed)
2021-08-21 17:45:55 Shleemypants joins (~Shleemypa@46.188.121.47)
2021-08-21 17:49:17 <Shleemypants> i found example: https://github.com/kmonad/kmonad/tree/master/keymap/user/MaxGyver83 and i didn't understand. How MaxGyver83 changed layout? Or write two .kbd files and insert on startup script?
2021-08-21 17:53:48 <Shleemypants> if i changed lang on setxkbmap, my config with another layout not work (setxkbmap -option ctrl:nocaps -option grp:win_space_toggle us,ru -variant dvp,typewriter)
2021-08-21 17:57:30 × Shleemypants quits (~Shleemypa@46.188.121.47) (Quit: Client closed)
2021-08-21 19:51:40 Shleemypants joins (~Shleemypa@46.188.121.47)
2021-08-21 19:51:46 <Shleemypants> hello again
2021-08-21 19:52:06 <Shleemypants> guys. How use KMonad with laptop and USB keyboard?
2021-08-21 19:52:33 <Shleemypants> Well, i have laptop keyboard and HHKB. How start KMonad?
2021-08-21 19:52:58 <Tisoxin> in the config you define which keyboard the config is used for
2021-08-21 19:53:37 <Tisoxin> looks like this: `input (device-file "/dev/input/by-path/platform-i8042-serio-0-event-kbd")`
2021-08-21 19:53:54 <Shleemypants> i want plug usb and work with kmonad config. After unplug, i want use laptop keyboard with Kmonad config...
2021-08-21 19:54:15 <Shleemypants> How start KMonad for 2 or more keyboards?
2021-08-21 19:54:35 <Tisoxin> you have to start kmonad individually for both keyboards
2021-08-21 19:54:47 <Tisoxin> either use seperate configs or the `--input` command line flag
2021-08-21 19:54:59 <Shleemypants> And 2 or more startup scripts?
2021-08-21 19:55:12 <Tisoxin> startup scripts?
2021-08-21 19:55:16 <Shleemypants> yep
2021-08-21 19:55:38 <Shleemypants> .service or .run or rc-service
2021-08-21 19:55:46 <Shleemypants> or SySV6
2021-08-21 19:55:57 <Shleemypants> init scripts
2021-08-21 19:56:25 <Tisoxin> i don't know mutch about init systems
2021-08-21 19:56:36 <Shleemypants> https://github.com/kmonad/kmonad/blob/master/startup/run
2021-08-21 19:56:38 <Tisoxin> pls take a look at your distors (or archs) wiki
2021-08-21 19:56:40 <Shleemypants> this..
←Prev  Next→
Page 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 125

All times are in UTC.