Logs: liberachat/#xmonad
| 2021-11-28 18:36:36 | <noex> | pasting is really awkward on the kinesis advantage, i was trying to remap home to be a "paste" button but it doesn't seem to work. i just mapped it to "spawn xclip -o" which does output my clipboard, but spawning must obviously not just dump stdout to the focused window |
| 2021-11-28 18:37:34 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-11-28 18:40:50 | <Solid> | you can use xdotool to send a S-<insert> |
| 2021-11-28 18:41:08 | <Solid> | (wich `xdotool key Shift+Insert`) |
| 2021-11-28 18:41:12 | <Solid> | s/wich/with/ |
| 2021-11-28 18:41:34 | <noex> | Solid: nice, that's perfect :) |
| 2021-11-28 18:47:12 | × | seschwar quits (~seschwar@user/seschwar) (Ping timeout: 265 seconds) |
| 2021-11-28 18:48:48 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-11-28 18:49:51 | <noex> | Solid: can I use spawn to run that? strangely still does not seem to work. i'm not sure why. |
| 2021-11-28 18:53:15 | <geekosaur> | XMonad.Util.Ungrab |
| 2021-11-28 18:53:47 | <geekosaur> | it's launching while xmonad is still holding the keyboard grab, so probably the key is sent to xmonad |
| 2021-11-28 18:54:20 | <noex> | ah that makes sense |
| 2021-11-28 18:55:03 | <noex> | not sure if xmodmap or xbindkeys is a more idiomatic way to accomplish this |
| 2021-11-28 18:56:03 | → | dschrempf joins (~dominik@070-207.dynamic.dsl.fonira.net) |
| 2021-11-28 18:56:16 | <noex> | it probably is now that i think about it. |
| 2021-11-28 18:57:18 | <noex> | start using a hammer and everything looks like a nail |
| 2021-11-28 18:59:02 | × | seschwar quits (~seschwar@user/seschwar) (Ping timeout: 240 seconds) |
| 2021-11-28 18:59:39 | × | curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Remote host closed the connection) |
| 2021-11-28 19:01:02 | → | seschwar joins (~seschwar@user/seschwar) |
| 2021-11-28 19:13:45 | <noex> | one thing i have wondered recently is, if you have a grid of windows open, is it possible to have xmonad cycle them in a clockwise/counterclockwise fashion? it may be just my config also, but it seems to cut across in a rather...less than predictable way when I cycle windows. reading the docs lately, I am wondering if this is possible. i believe it just cycles through the "stack" of windows with no |
| 2021-11-28 19:13:47 | <noex> | regard or real knowledge of their physical position on the screen...i could be wrong though. |
| 2021-11-28 19:14:02 | × | seschwar quits (~seschwar@user/seschwar) (Ping timeout: 240 seconds) |
| 2021-11-28 19:14:51 | <geekosaur> | you are correct. X.A.WindowNavigation might be of interest, however |
| 2021-11-28 19:14:52 | <vrs> | I'm pretty sure that you can do this but I know of no layouts that do it |
| 2021-11-28 19:15:34 | <vrs> | yeah WindowNavigation was what I was going to link, I use it on my workstation with the big screens and many terminals https://hackage.haskell.org/package/xmonad-contrib-0.17.0/docs/XMonad-Layout-WindowNavigation.html |
| 2021-11-28 19:15:45 | <geekosaur> | oh sorry, L not A |
| 2021-11-28 19:16:02 | <geekosaur> | (I need to restart my browser, it's hanging on github again :( |
| 2021-11-28 19:17:59 | <noex> | looks like i could probably write a function with this to accomplish what I want. doesn't sound trivial though. especially with my knowledge (or lack thereof) of haskell |
| 2021-11-28 19:18:07 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2021-11-28 19:18:39 | <noex> | i guess for clockwise, down becomes left if there is no window below |
| 2021-11-28 19:18:42 | <noex> | etc |
| 2021-11-28 19:19:48 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 2021-11-28 19:20:44 | <noex> | vrs: if you try to go down and there's nowhere to go in the down direction, i assume it just does nothing? |
| 2021-11-28 19:21:04 | <vrs> | it wraps around |
| 2021-11-28 19:21:19 | <noex> | hmm |
| 2021-11-28 19:22:19 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.4-dev) |
| 2021-11-28 19:22:51 | <noex> | maybe it's time to bite the bullet and finally learn haskell then |
| 2021-11-28 19:29:26 | → | catman joins (~catman@user/catman) |
| 2021-11-28 19:54:02 | → | curiousgay joins (~curiousga@77-120-141-90.kha.volia.net) |
| 2021-11-28 20:14:14 | × | qbt quits (~qbt@user/edun) (Quit: Leaving.) |
| 2021-11-28 20:14:25 | → | qbt joins (~qbt@user/edun) |
| 2021-11-28 20:14:40 | × | dschrempf quits (~dominik@070-207.dynamic.dsl.fonira.net) (Quit: WeeChat 3.3) |
| 2021-11-28 20:25:23 | → | curiousgay_ joins (~curiousga@77-120-141-90.kha.volia.net) |
| 2021-11-28 20:25:31 | × | curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Read error: Connection reset by peer) |
| 2021-11-28 20:45:14 | × | qbt quits (~qbt@user/edun) (Quit: Leaving.) |
| 2021-11-28 21:18:08 | curiousgay_ | is now known as curiousgay |
| 2021-11-28 21:40:32 | × | mc47 quits (~mc47@xmonad/TheMC47) (Remote host closed the connection) |
| 2021-11-28 21:42:53 | → | TomasJakl[m] joins (~jaklttchn@2001:470:69fc:105::a42) |
| 2021-11-28 21:53:17 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.4-dev) |
| 2021-11-28 22:00:32 | <vojjvoda[m]> | <Solid> "they are called XMONAD_DATA_DIR,..." <- jesus im so fking dumb, thans |
| 2021-11-28 22:01:09 | → | catman joins (~catman@user/catman) |
| 2021-11-28 22:06:39 | <geekosaur> | I feel like I was the one who misled you on that at some point |
| 2021-11-28 22:07:10 | <geekosaur> | because I recall giving someone those, because I had briefly confused the proper paths with ancient CDE paths :( |
| 2021-11-28 22:23:21 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.4-dev) |
| 2021-11-28 22:24:10 | → | catman joins (~catman@user/catman) |
| 2021-11-28 23:33:16 | × | noex quits (~null@2600:8804:1280:aa0:5857:94a:25de:c513) (Quit: my dad's not a phone!) |
| 2021-11-29 00:18:20 | → | noex joins (~null@2600:8804:1280:aa0:5857:94a:25de:c513) |
| 2021-11-29 00:24:52 | × | noex quits (~null@2600:8804:1280:aa0:5857:94a:25de:c513) (Remote host closed the connection) |
| 2021-11-29 00:25:15 | → | noex joins (~null@2600:8804:1280:aa0:5857:94a:25de:c513) |
| 2021-11-29 01:08:16 | × | curiousgay quits (~curiousga@77-120-141-90.kha.volia.net) (Quit: Leaving) |
| 2021-11-29 01:32:46 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-11-29 01:32:46 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2021-11-29 01:32:49 | allbery_b | is now known as geekosaur |
| 2021-11-29 01:47:16 | × | catman quits (~catman@user/catman) (Quit: WeeChat 3.4-dev) |
| 2021-11-29 01:50:50 | → | catman joins (~catman@user/catman) |
| 2021-11-29 03:03:30 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds) |
| 2021-11-29 03:21:54 | <abhixec> | I am trying to understand how to use subLayouts but having a hard time trying it out |
| 2021-11-29 03:22:12 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 2021-11-29 03:25:33 | × | td_ quits (~td@muedsl-82-207-238-244.citykom.de) (Ping timeout: 256 seconds) |
| 2021-11-29 03:26:25 | <abhixec> | also is there a way that I can tell xmonad to not change my master when I spawn new windows?(make a window/master sticky) |
| 2021-11-29 03:27:23 | → | td_ joins (~td@94.134.91.97) |
| 2021-11-29 05:47:51 | × | abhixec quits (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Ping timeout: 260 seconds) |
| 2021-11-29 06:02:02 | × | Rockj\ quits (~rockj@chromie.geekrevolution.net) (*.net *.split) |
| 2021-11-29 06:02:02 | × | Jazzah quits (~jazz@user/jazzah) (*.net *.split) |
| 2021-11-29 06:02:02 | × | zawaken quits (~zawaken@user/zawaken) (*.net *.split) |
| 2021-11-29 06:02:02 | × | xacktm_ quits (xacktm@user/xacktm) (*.net *.split) |
| 2021-11-29 06:02:02 | × | davve quits (davve@bsd.douchedata.com) (*.net *.split) |
| 2021-11-29 06:02:02 | × | vrs quits (~vrs@user/vrs) (*.net *.split) |
| 2021-11-29 06:02:02 | × | deepy quits (deepy@user/deepy) (*.net *.split) |
| 2021-11-29 06:02:02 | × | fcser quits (~fcser@booty.farted.net) (*.net *.split) |
| 2021-11-29 06:02:03 | × | Buliarous quits (~gypsydang@185.207.166.57) (*.net *.split) |
| 2021-11-29 06:02:03 | × | piele quits (~piele@tbonesteak.creativeserver.net) (*.net *.split) |
| 2021-11-29 06:02:03 | × | FatBoyXPC quits (~FatBoyXPC@user/fatboyxpc) (*.net *.split) |
| 2021-11-29 06:02:03 | × | wz1000 quits (~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split) |
| 2021-11-29 06:02:11 | → | Jazzah joins (~jazz@stolen.plutonium.dk) |
| 2021-11-29 06:02:12 | → | Buliarous joins (~gypsydang@185.207.166.57) |
| 2021-11-29 06:02:20 | × | Jazzah quits (~jazz@stolen.plutonium.dk) (Changing host) |
| 2021-11-29 06:02:20 | → | Jazzah joins (~jazz@user/jazzah) |
| 2021-11-29 06:02:20 | → | fcser joins (~fcser@booty.farted.net) |
| 2021-11-29 06:02:20 | → | piele joins (~piele@tbonesteak.creativeserver.net) |
| 2021-11-29 06:02:21 | → | davve joins (davve@bsd.douchedata.com) |
| 2021-11-29 06:02:32 | → | FatBoyXPC joins (~FatBoyXPC@user/fatboyxpc) |
| 2021-11-29 06:02:38 | → | Rockj\ joins (~rockj@chromie.geekrevolution.net) |
| 2021-11-29 06:02:38 | → | wz1000 joins (~zubin@static.11.113.47.78.clients.your-server.de) |
| 2021-11-29 06:02:52 | → | zawaken joins (~zawaken@user/zawaken) |
| 2021-11-29 06:03:26 | → | deepy joins (deepy@user/deepy) |
| 2021-11-29 06:03:47 | → | xacktm joins (xacktm@user/xacktm) |
| 2021-11-29 06:03:50 | → | vrs joins (~vrs@user/vrs) |
| 2021-11-29 06:06:24 | × | de-vri-es quits (~de-vri-es@voyager.de-vri.es) (*.net *.split) |
| 2021-11-29 06:06:24 | × | liskin[m] quits (~liskinmat@2001:470:69fc:105::768) (*.net *.split) |
All times are in UTC.