Logs on 2021-09-12 (liberachat/#xmonad)
| 00:34:43 | → | Digit joins (~user@user/digit) |
| 02:03:28 | × | banc quits (banc@gateway/vpn/airvpn/banc) (Ping timeout: 252 seconds) |
| 02:12:49 | × | td_ quits (~td@94.134.91.99) (Ping timeout: 252 seconds) |
| 02:14:30 | → | td_ joins (~td@muedsl-82-207-238-026.citykom.de) |
| 02:22:51 | × | rhit quits (~rhit@ool-44c162d8.dyn.optonline.net) (Quit: WeeChat 3.2) |
| 02:24:44 | → | banc joins (banc@gateway/vpn/airvpn/banc) |
| 02:38:40 | × | ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 3.2) |
| 02:43:54 | → | ectospasm joins (~ectospasm@user/ectospasm) |
| 03:28:49 | → | Guest760 joins (~Guest7@75-168-144-116.mpls.qwest.net) |
| 04:04:21 | × | Guest760 quits (~Guest7@75-168-144-116.mpls.qwest.net) (Quit: Client closed) |
| 05:33:29 | AndrewYu | is now known as xeroxIRC |
| 05:33:29 | xeroxIRC | is now known as Guest591 |
| 05:34:00 | Guest591 | is now known as AndrewIRC |
| 05:58:35 | → | benin03693230 joins (~benin@183.82.24.227) |
| 06:23:49 | × | electr0n quits (~electr0n@about/security/founder/electr0n) (Remote host closed the connection) |
| 06:54:53 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 06:58:37 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 07:54:02 | → | wonko joins (~wjc@62.115.229.50) |
| 08:02:35 | × | thunderrd quits (~thunderrd@183.182.114.10) (Ping timeout: 252 seconds) |
| 08:17:43 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 08:17:44 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 08:17:47 | allbery_b | is now known as geekosaur |
| 08:45:15 | → | mellow joins (~mellow@112.133.246.32) |
| 09:04:06 | × | mellow quits (~mellow@112.133.246.32) (Quit: Leaving) |
| 09:08:39 | → | electr0n joins (~electr0n@about/security/founder/electr0n) |
| 09:59:27 | → | seschwar joins (~seschwar@user/seschwar) |
| 10:05:39 | × | wonko quits (~wjc@62.115.229.50) (Ping timeout: 265 seconds) |
| 12:29:59 | → | thunderrd joins (~thunderrd@183.182.114.10) |
| 13:38:53 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 13:42:31 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 13:53:21 | → | wonko joins (~wjc@62.115.229.50) |
| 15:31:16 | × | wonko quits (~wjc@62.115.229.50) (Ping timeout: 252 seconds) |
| 15:44:55 | → | cafkafk joins (~cafkafk@user/cafkafk) |
| 16:00:06 | × | thonoht[m] quits (~thonohtma@2001:470:69fc:105::d7be) (Quit: You have been kicked for being idle) |
| 19:28:02 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Ping timeout: 260 seconds) |
| 19:44:18 | → | nurnochgeist joins (~nurnochge@78.196.146.8) |
| 19:46:00 | <nurnochgeist> | hey:)) i was told that this was a place where i could ask simple xmonad questions |
| 19:46:18 | <nurnochgeist> | this seems pretty simple but i can't seem to find a reference for it: |
| 19:48:10 | <nurnochgeist> | say i have a workspace that has two open windows, and i want to change what is in one of the two windows (like for example switch which .pdf-file is displayed in zathura or which .tex-file is displayed in my tex-editor) |
| 19:48:19 | <nurnochgeist> | is there a short way to do it? |
| 19:55:04 | <liskin> | It's not really the window manager's job to interact with what's inside of windows, so unless you already know how to tell zathura or your tex editor to switch a file, not sure we can help. |
| 19:56:24 | <nurnochgeist> | oh ok because the arch wiki said something like "However, if you are using a window manager which provides a tabbed layout, you can just make use of those" |
| 19:57:37 | <nurnochgeist> | and i imagined something like having the second pdf-file open on the second workspace and then using a keyboard-shortcut to switch the content of the second workspace with the content of the currently active window |
| 19:58:07 | <liskin> | Oh, that might work, yeah |
| 19:58:33 | <liskin> | Or you can use sublayouts to really tab those zathura windows in one space |
| 20:00:52 | <liskin> | https://xmonad.github.io/xmonad-docs/xmonad-contrib-0.16.999/XMonad-Actions-WindowGo.html#v:ifWindow is one way to search for a window across workspaces |
| 20:00:58 | <liskin> | there may be other ways elsewhere |
| 20:03:27 | <nurnochgeist> | thank you that sounds like what i'm looking for ! |
| 20:21:20 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 20:50:25 | × | nurnochgeist quits (~nurnochge@78.196.146.8) (Quit: Connection closed) |
| 21:16:07 | × | benin03693230 quits (~benin@183.82.24.227) (Ping timeout: 252 seconds) |
| 22:00:25 | → | benin03693230 joins (~benin@183.82.24.227) |
| 22:12:46 | <vojjvoda[m]> | <nurnochgeist> "and i imagined something like..." <- There is a tabbed layout for xmonad, but also you can use "tabbed" suckless program, or even monocle layout and then just rotating the window stack |
| 22:15:50 | × | seschwar quits (~seschwar@user/seschwar) (Quit: :wq) |
| 22:18:27 | × | marsupilami1[m] quits (~marsupila@2001:470:69fc:105::d284) (Ping timeout: 240 seconds) |
| 22:18:39 | → | marsupilami1[m] joins (~marsupila@2001:470:69fc:105::d284) |
| 22:24:14 | → | cjb joins (~cjbayliss@user/cjb) |
| 22:26:30 | × | smashgrab quits (~smashgrab@bare.metal.computer) (Ping timeout: 240 seconds) |
| 22:26:45 | → | smashgrab joins (~smashgrab@bare.metal.computer) |
| 22:36:54 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 22:39:14 | → | geekosaur joins (~geekosaur@xmonad/geekosaur) |
| 23:57:57 | × | haskl[error] quits (~haskl@user/haskl) (Ping timeout: 265 seconds) |
| 23:58:21 | → | haskl joins (~haskl@user/haskl) |
All times are in UTC on 2021-09-12.