Logs: freenode/#xmonad
| 2021-03-28 05:06:56 | → | palo1 joins (~weechat@c-base/crew/palo) |
| 2021-03-28 05:09:50 | × | palo quits (~weechat@c-base/crew/palo) (Ping timeout: 246 seconds) |
| 2021-03-28 05:09:51 | palo1 | is now known as palo |
| 2021-03-28 05:26:24 | × | growpotkin quits (~growpotki@130-45-30-154.dyn.grandenetworks.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-03-28 05:38:46 | × | dexterfoo quits (dexter@2a01:7e00::f03c:91ff:fe86:59ec) (Quit: WeeChat 1.9.1) |
| 2021-03-28 06:37:31 | → | xaltsc joins (~xaltsc@unaffiliated/xaltsc) |
| 2021-03-28 06:53:53 | → | thoros joins (~thoros@194-166-47-167.hdsl.highway.telekom.at) |
| 2021-03-28 06:54:09 | → | idhugo_ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-28 07:30:31 | × | thoros quits (~thoros@194-166-47-167.hdsl.highway.telekom.at) (Quit: WeeChat 3.0.1) |
| 2021-03-28 07:31:05 | → | thoros joins (~thoros@194-166-47-167.hdsl.highway.telekom.at) |
| 2021-03-28 08:07:34 | → | ADG1089 joins (~aditya@27.58.165.185) |
| 2021-03-28 08:26:35 | × | idhugo_ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 265 seconds) |
| 2021-03-28 08:29:14 | → | lampilelo joins (~user@178-36-127-105.adsl.inetia.pl) |
| 2021-03-28 08:29:37 | → | idhugo_ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-28 08:38:06 | <lampilelo> | i'm very new to xmonad and trying to figure out how to enable the fullscreen functionality for windows that request it, i tried some solutions from stackoverflow but nothing seems to work and the mpv window stays the same after pressing f; here's my config: https://dpaste.com/G2S9XHQQ7 |
| 2021-03-28 08:44:15 | → | wonko7 joins (~wonko7@62.115.229.50) |
| 2021-03-28 08:57:10 | <coldpress> | lampilelo: I'm confused, do you want a window to become fullscreen automatically, or do you want to press a key to make a window fullscreen? |
| 2021-03-28 08:59:34 | <lampilelo> | i want it to go fullscreen when i click on a gui button that should make it fullscreen, pressing a key if the program has a keybinding for it should do it too |
| 2021-03-28 08:59:51 | <lampilelo> | and regardless of the layout it's in |
| 2021-03-28 09:06:38 | <coldpress> | I know xmonad can set whether a window floats at startup, but I don't know how a window requests to become fullscreen after startup |
| 2021-03-28 09:06:59 | <coldpress> | maybe someone else can help you |
| 2021-03-28 09:10:17 | <lampilelo> | i certainly hope so |
| 2021-03-28 09:17:05 | → | notis joins (~notis@85.203.44.87) |
| 2021-03-28 09:19:18 | <Solid> | coldpress: they'd set things like _NET_WM_STATE_FULLSCREEN |
| 2021-03-28 09:20:12 | <Solid> | I'm surprised that fullscreenEventHook doesn't seem to have any effect with mpv |
| 2021-03-28 09:20:35 | <Solid> | lampilelo: I would tell you to use ewmhFullscreen instead but I think that that's still not in any released version :/ |
| 2021-03-28 09:28:40 | <lampilelo> | Solid: yeah, it doesn't set it, it just sets _NET_WM_BYPASS_COMPOSITOR, WM_SIZE_HINTS and _MOTIF_WM_HINTS |
| 2021-03-28 09:30:16 | <lampilelo> | so what i need to do is make a custom hook for handleEventHook? |
| 2021-03-28 09:30:59 | <Solid> | lampilelo: it does set `_NET_WM_STATE(ATOM) = _NET_WM_STATE_FULLSCREEN` for me when it goes fullscreen |
| 2021-03-28 09:33:33 | → | mc47 joins (~yecinem@196.179.190.248) |
| 2021-03-28 09:34:22 | <lampilelo> | that's strange |
| 2021-03-28 09:40:58 | <lampilelo> | it works when i launch mpv with --x11-netw=yes |
| 2021-03-28 09:41:56 | <lampilelo> | it's funny because in the docs for this option they wrote "This may or may not help with broken window managers." |
| 2021-03-28 09:41:56 | × | davemq quits (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) (Read error: Connection reset by peer) |
| 2021-03-28 09:43:03 | <Solid> | oh yeah that part of the manual is pretty funny |
| 2021-03-28 09:43:11 | → | davemq joins (~davemq@99-179-0-50.lightspeed.austtx.sbcglobal.net) |
| 2021-03-28 09:43:33 | <Solid> | but it's weird because with that fullscreenEventHook we _should_ correctly advertise fullscreen support |
| 2021-03-28 09:44:49 | <Liskni_si> | Event hooks don't advertise stuff |
| 2021-03-28 09:45:05 | <lampilelo> | maybe something in my config interferes with it |
| 2021-03-28 09:45:19 | <Liskni_si> | ewmhFullscreen does, and isn't released yet |
| 2021-03-28 09:45:28 | <Liskni_si> | That's all there is to it |
| 2021-03-28 09:46:22 | <lampilelo> | so the workaround would be to just add this option to my mpv config |
| 2021-03-28 09:51:23 | <Solid> | oh |
| 2021-03-28 09:52:51 | <lampilelo> | ok, thanks guys, it was really annoying me |
| 2021-03-28 09:53:39 | <lampilelo> | i'll make sure to use ewmhFullscreen after the next release |
| 2021-03-28 10:03:36 | → | seschwar joins (~seschwar@unaffiliated/seschwar) |
| 2021-03-28 10:05:37 | × | mc47 quits (~yecinem@196.179.190.248) (Read error: Connection reset by peer) |
| 2021-03-28 10:06:07 | → | mc47 joins (~yecinem@196.179.190.248) |
| 2021-03-28 10:08:17 | × | ADG1089 quits (~aditya@27.58.165.185) (Remote host closed the connection) |
| 2021-03-28 10:25:15 | → | materiyolo joins (~materiyol@112.204.174.249) |
| 2021-03-28 10:32:28 | × | hexo quits (~hexo@83.167.228.130) (Read error: Connection reset by peer) |
| 2021-03-28 10:32:28 | hacxman | is now known as hexo |
| 2021-03-28 10:36:01 | → | hexo- joins (~hexo@2a01:430:17:1::ffff:328) |
| 2021-03-28 11:06:49 | × | mc47 quits (~yecinem@196.179.190.248) (Remote host closed the connection) |
| 2021-03-28 11:16:58 | × | wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 240 seconds) |
| 2021-03-28 11:32:18 | × | materiyolo quits (~materiyol@112.204.174.249) (Ping timeout: 240 seconds) |
| 2021-03-28 11:38:15 | → | wonko7 joins (~wonko7@45.15.17.60) |
| 2021-03-28 12:42:25 | → | materiyolo joins (~materiyol@112.204.174.249) |
| 2021-03-28 12:50:32 | → | ADG1089 joins (~aditya@27.58.165.185) |
| 2021-03-28 12:53:08 | × | _ashbreeze_ quits (~mark@64.85.214.234.reverse.socket.net) (Remote host closed the connection) |
| 2021-03-28 12:54:40 | → | _ashbreeze_ joins (~mark@64.85.214.234.reverse.socket.net) |
| 2021-03-28 12:57:03 | → | geekosaur joins (ae68c070@cpe-174-104-192-112.neo.res.rr.com) |
| 2021-03-28 13:00:31 | × | lampilelo quits (~user@178-36-127-105.adsl.inetia.pl) (Ping timeout: 268 seconds) |
| 2021-03-28 13:52:34 | × | ADG1089 quits (~aditya@27.58.165.185) (Remote host closed the connection) |
| 2021-03-28 13:56:42 | × | wonko7 quits (~wonko7@45.15.17.60) (Ping timeout: 252 seconds) |
| 2021-03-28 14:02:52 | <Solid> | what do people think about something like an XMonad.Internal.[Util,Prelude] or something for gathering small functions so they don't have to be re-defined on a per-module basis? |
| 2021-03-28 14:03:07 | <Solid> | perhaps even for all the base imports that everyone needs all the time anyways |
| 2021-03-28 14:05:13 | <geekosaur> | historically that's more or less "import XMonad" |
| 2021-03-28 14:05:38 | <geekosaur> | unless you mean something specific to contrib |
| 2021-03-28 14:06:33 | × | idhugo_ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Remote host closed the connection) |
| 2021-03-28 14:07:00 | → | idhugo_ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-28 14:09:07 | → | deppy joins (~deppy@gateway/tor-sasl/deppy) |
| 2021-03-28 14:09:28 | <deppy> | is there a way to have a seperate set of workspaces for each screen? |
| 2021-03-28 14:09:35 | <deppy> | instead of sharing them between screens |
| 2021-03-28 14:09:53 | <Solid> | I mean something more-or-less internal to contrib yeah |
| 2021-03-28 14:10:50 | <Liskni_si> | deppy: IndependentScreens probably |
| 2021-03-28 14:12:33 | <deppy> | seems like what I want |
| 2021-03-28 14:19:01 | × | deppy quits (~deppy@gateway/tor-sasl/deppy) (Quit: deppy) |
| 2021-03-28 14:19:39 | × | notis quits (~notis@85.203.44.87) (Ping timeout: 246 seconds) |
| 2021-03-28 14:20:34 | × | idhugo_ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 260 seconds) |
| 2021-03-28 14:21:40 | → | notis joins (~notis@130.43.124.71.dsl.dyn.forthnet.gr) |
| 2021-03-28 14:26:02 | × | _ashbreeze_ quits (~mark@64.85.214.234.reverse.socket.net) (Remote host closed the connection) |
| 2021-03-28 14:27:29 | → | _ashbreeze_ joins (~mark@64.85.214.234.reverse.socket.net) |
| 2021-03-28 14:29:37 | → | deppy joins (~deppy@gateway/tor-sasl/deppy) |
| 2021-03-28 14:31:09 | <deppy> | well, independet screens worked but now my bar is kind of funny looking haha |
| 2021-03-28 14:31:26 | <geekosaur> | there's extra work needed for bars to behave, yes |
| 2021-03-28 14:31:42 | <geekosaur> | which is improved with some changes in PRs |
| 2021-03-28 15:09:22 | × | _ashbreeze_ quits (~mark@64.85.214.234.reverse.socket.net) (Remote host closed the connection) |
| 2021-03-28 15:10:35 | → | _ashbreeze_ joins (~mark@64.85.214.234.reverse.socket.net) |
| 2021-03-28 15:15:05 | → | kelnoky joins (~shao@ip1f128ba7.dynamic.kabel-deutschland.de) |
| 2021-03-28 15:48:40 | → | lampilelo joins (~user@178-36-127-105.adsl.inetia.pl) |
| 2021-03-28 16:09:14 | → | idhugo_ joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-03-28 16:14:47 | × | idhugo_ quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 268 seconds) |
| 2021-03-28 16:21:26 | × | deppy quits (~deppy@gateway/tor-sasl/deppy) (Quit: deppy) |
| 2021-03-28 16:24:34 | → | ADG1089 joins (~aditya@27.58.165.185) |
| 2021-03-28 16:44:56 | × | ADG1089 quits (~aditya@27.58.165.185) (Quit: Konversation terminated!) |
| 2021-03-28 16:52:44 | → | mc47 joins (~yecinem@196.179.190.248) |
| 2021-03-28 16:53:45 | <mc47> | Solid that could be useful, some things feel repetitive throughout contrib |
| 2021-03-28 16:56:14 | <geekosaur> | yeh, originally I was thinking of io but things like fi happen all over the place |
| 2021-03-28 16:57:06 | <geekosaur> | mostly because of X11 being designed with the assumption of a C compiler and its automatic typecasting/promotion |
All times are in UTC.